COLOR #CCF1EB

HEX: #CCF1EB RGB: (204,241,235)

Color info

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

RGB color model

#CCF1EB color RGB value is (204,241,235).

RGB: (204,241,235) (80%, 95%, 92%)

RGB channels and saturation

R 204 of 255 = 80%
G 241 of 255 = 95%
B 235 of 255 = 92%

204
241
235

R + G + B ~ 89%. #CCF1EB is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 241 + 235 = 680 (100%)
R 204 of 680 ~ 30%
G 241 of 680 ~ 35.44%
B 235 of 680 ~ 34.56'%

%30
%35.44
%34.56

CMYK color model

#CCF1EB color CMYK value is (15,0,2,5).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 2.49%
  • key color value is 5.49%

CMYK: (15,0,2,5)
C15M0Y2K5 (15%, 0%, 2%, 5%)
(0.15 / 0.00 / 0.02 / 0.05)

CMYK percentages

%15.35
%0
%2.49
%5.49

Codes

Color #CCF1EB in popluar color models

CC F1 EB
RGB 204 241 235
HSL 170° 56.92% 87.25%
HSB/HSV 170° 15.35% 94.51%
CMYK 15.35% 0.00% 2.49%
5.49%

Color #CCF1EB in popluar number systems.

HEX CC F1 EB
Decimal 204 241 235
Binary 11001100 11110001 11101011
Octal 314 361 353

Shades and tints

Shades of #CCF1EB

#CCF1EB
(204,241,235)
#BADCD6
(186,220,214)
#A8C7C1
(168,199,193)
#96B2AC
(150,178,172)
#849D97
(132,157,151)
#728882
(114,136,130)
#60736D
(96,115,109)
#4E5E58
(78,94,88)
#3C4943
(60,73,67)
#2A342E
(42,52,46)
#181F19
(24,31,25)
#000000
(0,0,0)

Tints of #CCF1EB

#CCF1EB
(204,241,235)
#D0F2EC
(208,242,236)
#D4F3ED
(212,243,237)
#D8F4EE
(216,244,238)
#DCF5EF
(220,245,239)
#E0F6F0
(224,246,240)
#E4F7F1
(228,247,241)
#E8F8F2
(232,248,242)
#ECF9F3
(236,249,243)
#F0FAF4
(240,250,244)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF1EB; }

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

This text font color is #CCF1EB.

Background Color

.myBgColor { background-color: #CCF1EB; }

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

This div background color is #CCF1EB.

Border color

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

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

This div border color is #CCF1EB.

Opacity

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

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

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

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

This text has shadow with #CCF1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF1EB.

Preview

Color preview on black background

This text has color #CCF1EB on black background.


Color preview on white background

This text has color #CCF1EB on white background.


Black color preview on #CCF1EB background

This text has black color on #CCF1EB background.


White color preview on #CCF1EB background

This text has white color on #CCF1EB background.


Related colors

Complementary color

Complementary color for #hex is #330E14.


I love getcolorcode.com

Triadic colors

1 #EBCCF1 and #F1EBCC with #CCF1EB are triadic colors.

2 #EBF1CC and #F1CCEB with #CCF1EB are triadic colors.