COLOR #CCF5EE

HEX: #CCF5EE RGB: (204,245,238)

Color info

#CCF5EE contains red, green and blue colors in about the same proportion. Web safe color of #CCF5EE is #CCFFFF (or #CFF).

RGB color model

#CCF5EE color RGB value is (204,245,238).

RGB: (204,245,238) (80%, 96%, 93%)

RGB channels and saturation

R 204 of 255 = 80%
G 245 of 255 = 96%
B 238 of 255 = 93%

204
245
238

R + G + B ~ 90%. #CCF5EE is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 245 + 238 = 687 (100%)
R 204 of 687 ~ 29.69%
G 245 of 687 ~ 35.66%
B 238 of 687 ~ 34.64'%

%29.69
%35.66
%34.64

CMYK color model

#CCF5EE color CMYK value is (17,0,3,4).

  • cyan value is 16.73%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 3.92%

CMYK: (17,0,3,4)
C17M0Y3K4 (17%, 0%, 3%, 4%)
(0.17 / 0.00 / 0.03 / 0.04)

CMYK percentages

%16.73
%0
%2.86
%3.92

Codes

Color #CCF5EE in popluar color models

CC F5 EE
RGB 204 245 238
HSL 170° 67.21% 88.04%
HSB/HSV 170° 16.73% 96.08%
CMYK 16.73% 0.00% 2.86%
3.92%

Color #CCF5EE in popluar number systems.

HEX CC F5 EE
Decimal 204 245 238
Binary 11001100 11110101 11101110
Octal 314 365 356

Shades and tints

Shades of #CCF5EE

#CCF5EE
(204,245,238)
#BADFD9
(186,223,217)
#A8C9C4
(168,201,196)
#96B3AF
(150,179,175)
#849D9A
(132,157,154)
#728785
(114,135,133)
#607170
(96,113,112)
#4E5B5B
(78,91,91)
#3C4546
(60,69,70)
#2A2F31
(42,47,49)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #CCF5EE

#CCF5EE
(204,245,238)
#D0F5EF
(208,245,239)
#D4F5F0
(212,245,240)
#D8F5F1
(216,245,241)
#DCF5F2
(220,245,242)
#E0F5F3
(224,245,243)
#E4F5F4
(228,245,244)
#E8F5F5
(232,245,245)
#ECF5F6
(236,245,246)
#F0F5F7
(240,245,247)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF5EE color. Also use rgb(204,245,238) instead hex code.

Text Font Color

.myTextColor { color: #CCF5EE; }

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

This text font color is #CCF5EE.

Background Color

.myBgColor { background-color: #CCF5EE; }

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

This div background color is #CCF5EE.

Border color

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

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

This div border color is #CCF5EE.

Opacity

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

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

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

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

This text has shadow with #CCF5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF5EE.

Preview

Color preview on black background

This text has color #CCF5EE on black background.


Color preview on white background

This text has color #CCF5EE on white background.


Black color preview on #CCF5EE background

This text has black color on #CCF5EE background.


White color preview on #CCF5EE background

This text has white color on #CCF5EE background.


Related colors

Complementary color

Complementary color for #hex is #330A11.


I love getcolorcode.com

Triadic colors

1 #EECCF5 and #F5EECC with #CCF5EE are triadic colors.

2 #EEF5CC and #F5CCEE with #CCF5EE are triadic colors.