COLOR #C9EBCC

HEX: #C9EBCC
RGB: (201,235,204)

Renk bilgisi

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

RGB renk modeli

#C9EBCC color RGB value is (201,235,204).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 235 of 255 = 92%
B 204 of 255 = 80%

201
235
204

R + G + B ~ 84%. #C9EBCC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 235 + 204 = 640 (100%)
R 201 of 640 ~ 31.41%
G 235 of 640 ~ 36.72%
B 204 of 640 ~ 31.88%

%31.41
%36.72
%31.88

CMYK RENK MODELİ

#C9EBCC rengi CMYK tonu (14,0,13,8).

  • camgöbeği tonu 14.47%
  • eflatun tonu 0.00%
  • sarı tonu 13.19%
  • ana renk tonu 7.84%
CMYK:
(14,0,13,8)
C14M0Y13K8 
(14%,0%,13%,8%)
(0.14/0.00/0.13/0.08)	

CMYK yüzdeleri

%14.47
%0
%13.19
%7.84

Codes

Color #C9EBCC in popluar color models

C9EBCC
RGB201235204
HSL125°45.95%85.49%
HSB/HSV125°14.47%92.16%
CMYK14.47%0.00%13.19%
7.84%

Color #C9EBCC in popluar number systems.

HEXC9EBCC
Decimal201235204
Binary110010011110101111001100
Octal311353314

Shades and tints

Shades of #C9EBCC

#C9EBCC
(201,235,204)
#B7D6BA
(183,214,186)
#A5C1A8
(165,193,168)
#93AC96
(147,172,150)
#819784
(129,151,132)
#6F8272
(111,130,114)
#5D6D60
(93,109,96)
#4B584E
(75,88,78)
#39433C
(57,67,60)
#272E2A
(39,46,42)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #C9EBCC

#C9EBCC
(201,235,204)
#CDECD0
(205,236,208)
#D1EDD4
(209,237,212)
#D5EED8
(213,238,216)
#D9EFDC
(217,239,220)
#DDF0E0
(221,240,224)
#E1F1E4
(225,241,228)
#E5F2E8
(229,242,232)
#E9F3EC
(233,243,236)
#EDF4F0
(237,244,240)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EBCC; }

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

This text font color is #C9EBCC.


Background Color

.myBgColor { background-color: #C9EBCC; }

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

This div background color is #C9EBCC.


Border color

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

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

This div border color is #C9EBCC.


Opacity

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

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

Text with #C9EBCC 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 #C9EBCC;}

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

This text has shadow with #C9EBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EBCC on black background.


Color preview on white background

This text has color #C9EBCC on white background.



Black color preview on #C9EBCC background

This text has black color on #C9EBCC background.


White color preview on #C9EBCC background

This text has white color on #C9EBCC background.