COLOR #CCF7EB

HEX: #CCF7EB
RGB: (204,247,235)

Color info

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

RGB color model

#CCF7EB color RGB value is (204,247,235).

  • red value is 204;
  • green value is 247;
  • blue value is 235.
RGB:
(204,247,235)
(80%,97%,92%)

RGB channels and saturation

R 204 of 255 = 80%
G 247 of 255 = 97%
B 235 of 255 = 92%

204
247
235

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

Portions of RGB colors in percentages

R + G + B =
204 + 247 + 235 = 686 (100%)
R 204 of 686 ~ 29.74%
G 247 of 686 ~ 36.01%
B 235 of 686 ~ 34.26%

%29.74
%36.01
%34.26

CMYK color model

#CCF7EB color CMYK value is (17,0,5,3).

  • cyan value is 17.41%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 3.14%
CMYK:
(17,0,5,3)
C17M0Y5K3 
(17%,0%,5%,3%)
(0.17/0.00/0.05/0.03)	

CMYK percentages

%17.41
%0
%4.86
%3.14

Codes

Color #CCF7EB in popluar color models

CCF7EB
RGB204247235
HSL163°72.88%88.43%
HSB/HSV163°17.41%96.86%
CMYK17.41%0.00%4.86%
3.14%

Color #CCF7EB in popluar number systems.

HEXCCF7EB
Decimal204247235
Binary110011001111011111101011
Octal314367353

Shades and tints

Shades of #CCF7EB

#CCF7EB
(204,247,235)
#BAE1D6
(186,225,214)
#A8CBC1
(168,203,193)
#96B5AC
(150,181,172)
#849F97
(132,159,151)
#728982
(114,137,130)
#60736D
(96,115,109)
#4E5D58
(78,93,88)
#3C4743
(60,71,67)
#2A312E
(42,49,46)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #CCF7EB

#CCF7EB
(204,247,235)
#D0F7EC
(208,247,236)
#D4F7ED
(212,247,237)
#D8F7EE
(216,247,238)
#DCF7EF
(220,247,239)
#E0F7F0
(224,247,240)
#E4F7F1
(228,247,241)
#E8F7F2
(232,247,242)
#ECF7F3
(236,247,243)
#F0F7F4
(240,247,244)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF7EB; }

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

This text font color is #CCF7EB.


Background Color

.myBgColor { background-color: #CCF7EB; }

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

This div background color is #CCF7EB.


Border color

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

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

This div border color is #CCF7EB.


Opacity

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

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

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

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

This text has shadow with #CCF7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF7EB on black background.


Color preview on white background

This text has color #CCF7EB on white background.



Black color preview on #CCF7EB background

This text has black color on #CCF7EB background.


White color preview on #CCF7EB background

This text has white color on #CCF7EB background.