COLOR #CCEADB

HEX: #CCEADB RGB: (204,234,219)

Color info

#CCEADB contains red, green and blue colors in about the same proportion. Web safe color of #CCEADB is #CCFFCC (or #CFC).

RGB color model

#CCEADB color RGB value is (204,234,219).

RGB: (204,234,219) (80%, 92%, 86%)

RGB channels and saturation

R 204 of 255 = 80%
G 234 of 255 = 92%
B 219 of 255 = 86%

204
234
219

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

Portions of RGB colors in percentages

R + G + B = 204 + 234 + 219 = 657 (100%)
R 204 of 657 ~ 31.05%
G 234 of 657 ~ 35.62%
B 219 of 657 ~ 33.33'%

%31.05
%35.62
%33.33

CMYK color model

#CCEADB color CMYK value is (13,0,6,8).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 8.24%

CMYK: (13,0,6,8)
C13M0Y6K8 (13%, 0%, 6%, 8%)
(0.13 / 0.00 / 0.06 / 0.08)

CMYK percentages

%12.82
%0
%6.41
%8.24

Codes

Color #CCEADB in popluar color models

CC EA DB
RGB 204 234 219
HSL 150° 41.67% 85.88%
HSB/HSV 150° 12.82% 91.76%
CMYK 12.82% 0.00% 6.41%
8.24%

Color #CCEADB in popluar number systems.

HEX CC EA DB
Decimal 204 234 219
Binary 11001100 11101010 11011011
Octal 314 352 333

Shades and tints

Shades of #CCEADB

#CCEADB
(204,234,219)
#BAD5C8
(186,213,200)
#A8C0B5
(168,192,181)
#96ABA2
(150,171,162)
#84968F
(132,150,143)
#72817C
(114,129,124)
#606C69
(96,108,105)
#4E5756
(78,87,86)
#3C4243
(60,66,67)
#2A2D30
(42,45,48)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #CCEADB

#CCEADB
(204,234,219)
#D0EBDE
(208,235,222)
#D4ECE1
(212,236,225)
#D8EDE4
(216,237,228)
#DCEEE7
(220,238,231)
#E0EFEA
(224,239,234)
#E4F0ED
(228,240,237)
#E8F1F0
(232,241,240)
#ECF2F3
(236,242,243)
#F0F3F6
(240,243,246)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEADB color. Also use rgb(204,234,219) instead hex code.

Text Font Color

.myTextColor { color: #CCEADB; }

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

This text font color is #CCEADB.

Background Color

.myBgColor { background-color: #CCEADB; }

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

This div background color is #CCEADB.

Border color

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

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

This div border color is #CCEADB.

Opacity

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

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

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

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

This text has shadow with #CCEADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEADB.

Preview

Color preview on black background

This text has color #CCEADB on black background.


Color preview on white background

This text has color #CCEADB on white background.


Black color preview on #CCEADB background

This text has black color on #CCEADB background.


White color preview on #CCEADB background

This text has white color on #CCEADB background.


Related colors

Complementary color

Complementary color for #hex is #331524.


I love getcolorcode.com

Triadic colors

1 #DBCCEA and #EADBCC with #CCEADB are triadic colors.

2 #DBEACC and #EACCDB with #CCEADB are triadic colors.