COLOR #C9EADC

HEX: #C9EADC
RGB: (201,234,220)

Renk bilgisi

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

RGB renk modeli

#C9EADC color RGB value is (201,234,220).

  • kırmız ton 201;
  • yeşil ton 234;
  • mavi ton 220.
RGB:
(201,234,220)
(79%,92%,86%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 234 of 255 = 92%
B 220 of 255 = 86%

201
234
220

R + G + B ~ 86%. #C9EADC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 234 + 220 = 655 (100%)
R 201 of 655 ~ 30.69%
G 234 of 655 ~ 35.73%
B 220 of 655 ~ 33.59%

%30.69
%35.73
%33.59

CMYK RENK MODELİ

#C9EADC rengi CMYK tonu (14,0,6,8).

  • camgöbeği tonu 14.10%
  • eflatun tonu 0.00%
  • sarı tonu 5.98%
  • ana renk tonu 8.24%
CMYK:
(14,0,6,8)
C14M0Y6K8 
(14%,0%,6%,8%)
(0.14/0.00/0.06/0.08)	

CMYK yüzdeleri

%14.1
%0
%5.98
%8.24

Codes

Color #C9EADC in popluar color models

C9EADC
RGB201234220
HSL155°44.00%85.29%
HSB/HSV155°14.10%91.76%
CMYK14.10%0.00%5.98%
8.24%

Color #C9EADC in popluar number systems.

HEXC9EADC
Decimal201234220
Binary110010011110101011011100
Octal311352334

Shades and tints

Shades of #C9EADC

#C9EADC
(201,234,220)
#B7D5C8
(183,213,200)
#A5C0B4
(165,192,180)
#93ABA0
(147,171,160)
#81968C
(129,150,140)
#6F8178
(111,129,120)
#5D6C64
(93,108,100)
#4B5750
(75,87,80)
#39423C
(57,66,60)
#272D28
(39,45,40)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #C9EADC

#C9EADC
(201,234,220)
#CDEBDF
(205,235,223)
#D1ECE2
(209,236,226)
#D5EDE5
(213,237,229)
#D9EEE8
(217,238,232)
#DDEFEB
(221,239,235)
#E1F0EE
(225,240,238)
#E5F1F1
(229,241,241)
#E9F2F4
(233,242,244)
#EDF3F7
(237,243,247)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9EADC color. Also use rgb(201,234,220) instead hex code.

Text Font Color

.myTextColor { color: #C9EADC; }

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

This text font color is #C9EADC.


Background Color

.myBgColor { background-color: #C9EADC; }

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

This div background color is #C9EADC.


Border color

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

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

This div border color is #C9EADC.


Opacity

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

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

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

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

This text has shadow with #C9EADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EADC on black background.


Color preview on white background

This text has color #C9EADC on white background.



Black color preview on #C9EADC background

This text has black color on #C9EADC background.


White color preview on #C9EADC background

This text has white color on #C9EADC background.