COLOR #C9EBE6

HEX: #C9EBE6
RGB: (201,235,230)

Renk bilgisi

#C9EBE6 contains red, green and blue colors in about the same proportion. #C9EBE6 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#C9EBE6 color RGB value is (201,235,230).

  • kırmız ton 201;
  • yeşil ton 235;
  • mavi ton 230.
RGB:
(201,235,230)
(79%,92%,90%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 235 of 255 = 92%
B 230 of 255 = 90%

201
235
230

R + G + B ~ 87%. #C9EBE6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 235 + 230 = 666 (100%)
R 201 of 666 ~ 30.18%
G 235 of 666 ~ 35.29%
B 230 of 666 ~ 34.53%

%30.18
%35.29
%34.53

CMYK RENK MODELİ

#C9EBE6 rengi CMYK tonu (14,0,2,8).

  • camgöbeği tonu 14.47%
  • eflatun tonu 0.00%
  • sarı tonu 2.13%
  • ana renk tonu 7.84%
CMYK:
(14,0,2,8)
C14M0Y2K8 
(14%,0%,2%,8%)
(0.14/0.00/0.02/0.08)	

CMYK yüzdeleri

%14.47
%0
%2.13
%7.84

Codes

Color #C9EBE6 in popluar color models

C9EBE6
RGB201235230
HSL171°45.95%85.49%
HSB/HSV171°14.47%92.16%
CMYK14.47%0.00%2.13%
7.84%

Color #C9EBE6 in popluar number systems.

HEXC9EBE6
Decimal201235230
Binary110010011110101111100110
Octal311353346

Shades and tints

Shades of #C9EBE6

#C9EBE6
(201,235,230)
#B7D6D2
(183,214,210)
#A5C1BE
(165,193,190)
#93ACAA
(147,172,170)
#819796
(129,151,150)
#6F8282
(111,130,130)
#5D6D6E
(93,109,110)
#4B585A
(75,88,90)
#394346
(57,67,70)
#272E32
(39,46,50)
#15191E
(21,25,30)
#000000
(0,0,0)

Tints of #C9EBE6

#C9EBE6
(201,235,230)
#CDECE8
(205,236,232)
#D1EDEA
(209,237,234)
#D5EEEC
(213,238,236)
#D9EFEE
(217,239,238)
#DDF0F0
(221,240,240)
#E1F1F2
(225,241,242)
#E5F2F4
(229,242,244)
#E9F3F6
(233,243,246)
#EDF4F8
(237,244,248)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9EBE6 color. Also use rgb(201,235,230) instead hex code.

Text Font Color

.myTextColor { color: #C9EBE6; }

<p style="color:#C9EBE6">This sample text font color is #C9EBE6.</p>

This text font color is #C9EBE6.


Background Color

.myBgColor { background-color: #C9EBE6; }

<div style="background-color:#C9EBE6">Inner text</div>

This div background color is #C9EBE6.


Border color

.myBorderColor { border: 1px solid #C9EBE6; }

<div style="border:3px solid #C9EBE6">Div</div>

This div border color is #C9EBE6.


Opacity

.myOpacity80 { color: #C9EBE6; opacity: 0.8; }

<p style="color:#C9EBE6;opacity:0.8;">80%</p>

Text with #C9EBE6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C9EBE6;}

<p style="text-shadow: 3px 3px 1px #C9EBE6">Text here.</p>

This text has shadow with #C9EBE6 color.

.textShadow {text-shadow: 3px 3px 1px #C9EBE6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C9EBE6, 5px 5px 20px red">Text here.</p>

This text has shadow with #C9EBE6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9EBE6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C9EBE6, Direction=45, Strength=4)">Text</p>

This text has shadow with #C9EBE6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C9EBE6;
  -webkit-box-shadow:	1px 1px 3px 2px #C9EBE6;
  box-shadow:		1px 1px 3px 2px #C9EBE6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9EBE6;
-webkit-box-shadow: 1px 1px 3px 2px #C9EBE6;
box-shadow:1px 1px 3px 2px #C9EBE6;">
Div content here</div>
This div box has shadow with color #C9EBE6.

Preview

Color preview on black background

This text has color #C9EBE6 on black background.


Color preview on white background

This text has color #C9EBE6 on white background.



Black color preview on #C9EBE6 background

This text has black color on #C9EBE6 background.


White color preview on #C9EBE6 background

This text has white color on #C9EBE6 background.