COLOR #CCF1EF

HEX: #CCF1EF RGB: (204,241,239)

Color info

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

RGB color model

#CCF1EF color RGB value is (204,241,239).

RGB: (204,241,239) (80%, 95%, 94%)

RGB channels and saturation

R 204 of 255 = 80%
G 241 of 255 = 95%
B 239 of 255 = 94%

204
241
239

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

Portions of RGB colors in percentages

R + G + B = 204 + 241 + 239 = 684 (100%)
R 204 of 684 ~ 29.82%
G 241 of 684 ~ 35.23%
B 239 of 684 ~ 34.94'%

%29.82
%35.23
%34.94

CMYK color model

#CCF1EF color CMYK value is (15,0,1,5).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.49%
CMYK: (15,0,1,5) C15M0Y1K5 (15%,0%,1%,5%) (0.15/0.00/0.01/0.05) 

CMYK percentages

%15.35
%0
%0.83
%5.49

Codes

Color #CCF1EF in popluar color models

CC F1 EF
RGB 204 241 239
HSL 177° 56.92% 87.25%
HSB/HSV 177° 15.35% 94.51%
CMYK 15.35% 0.00% 0.83%
5.49%

Color #CCF1EF in popluar number systems.

HEX CC F1 EF
Decimal 204 241 239
Binary 11001100 11110001 11101111
Octal 314 361 357

Shades and tints

Shades of #CCF1EF

#CCF1EF
(204,241,239)
#BADCDA
(186,220,218)
#A8C7C5
(168,199,197)
#96B2B0
(150,178,176)
#849D9B
(132,157,155)
#728886
(114,136,134)
#607371
(96,115,113)
#4E5E5C
(78,94,92)
#3C4947
(60,73,71)
#2A3432
(42,52,50)
#181F1D
(24,31,29)
#000000
(0,0,0)

Tints of #CCF1EF

#CCF1EF
(204,241,239)
#D0F2F0
(208,242,240)
#D4F3F1
(212,243,241)
#D8F4F2
(216,244,242)
#DCF5F3
(220,245,243)
#E0F6F4
(224,246,244)
#E4F7F5
(228,247,245)
#E8F8F6
(232,248,246)
#ECF9F7
(236,249,247)
#F0FAF8
(240,250,248)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF1EF color. Also use rgb(204,241,239) instead hex code.

Text Font Color

.myTextColor { color: #CCF1EF; }

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

This text font color is #CCF1EF.

Background Color

.myBgColor { background-color: #CCF1EF; }

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

This div background color is #CCF1EF.

Border color

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

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

This div border color is #CCF1EF.

Opacity

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

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

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

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

This text has shadow with #CCF1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF1EF.

Preview

Color preview on black background

This text has color #CCF1EF on black background.


Color preview on white background

This text has color #CCF1EF on white background.


Black color preview on #CCF1EF background

This text has black color on #CCF1EF background.


White color preview on #CCF1EF background

This text has white color on #CCF1EF background.


Related colors

Complementary color

Complementary color for #hex is #330E10.


I love getcolorcode.com

Triadic colors

1 #EFCCF1 and #F1EFCC with #CCF1EF are triadic colors.

2 #EFF1CC and #F1CCEF with #CCF1EF are triadic colors.