COLOR #CCFBE3

HEX: #CCFBE3
RGB: (204,251,227)

Color info

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

RGB color model

#CCFBE3 color RGB value is (204,251,227).

  • red value is 204;
  • green value is 251;
  • blue value is 227.
RGB:
(204,251,227)
(80%,98%,89%)

RGB channels and saturation

R 204 of 255 = 80%
G 251 of 255 = 98%
B 227 of 255 = 89%

204
251
227

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

Portions of RGB colors in percentages

R + G + B =
204 + 251 + 227 = 682 (100%)
R 204 of 682 ~ 29.91%
G 251 of 682 ~ 36.8%
B 227 of 682 ~ 33.28%

%29.91
%36.8
%33.28

CMYK color model

#CCFBE3 color CMYK value is (19,0,10,2).

  • cyan value is 18.73%
  • magenta value is 0.00%
  • yellow value is 9.56%
  • key color value is 1.57%
CMYK:
(19,0,10,2)
C19M0Y10K2 
(19%,0%,10%,2%)
(0.19/0.00/0.10/0.02)	

CMYK percentages

%18.73
%0
%9.56
%1.57

Codes

Color #CCFBE3 in popluar color models

CCFBE3
RGB204251227
HSL149°85.45%89.22%
HSB/HSV149°18.73%98.43%
CMYK18.73%0.00%9.56%
1.57%

Color #CCFBE3 in popluar number systems.

HEXCCFBE3
Decimal204251227
Binary110011001111101111100011
Octal314373343

Shades and tints

Shades of #CCFBE3

#CCFBE3
(204,251,227)
#BAE5CF
(186,229,207)
#A8CFBB
(168,207,187)
#96B9A7
(150,185,167)
#84A393
(132,163,147)
#728D7F
(114,141,127)
#60776B
(96,119,107)
#4E6157
(78,97,87)
#3C4B43
(60,75,67)
#2A352F
(42,53,47)
#181F1B
(24,31,27)
#000000
(0,0,0)

Tints of #CCFBE3

#CCFBE3
(204,251,227)
#D0FBE5
(208,251,229)
#D4FBE7
(212,251,231)
#D8FBE9
(216,251,233)
#DCFBEB
(220,251,235)
#E0FBED
(224,251,237)
#E4FBEF
(228,251,239)
#E8FBF1
(232,251,241)
#ECFBF3
(236,251,243)
#F0FBF5
(240,251,245)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFBE3 color. Also use rgb(204,251,227) instead hex code.

Text Font Color

.myTextColor { color: #CCFBE3; }

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

This text font color is #CCFBE3.


Background Color

.myBgColor { background-color: #CCFBE3; }

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

This div background color is #CCFBE3.


Border color

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

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

This div border color is #CCFBE3.


Opacity

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

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

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

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

This text has shadow with #CCFBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFBE3 on black background.


Color preview on white background

This text has color #CCFBE3 on white background.



Black color preview on #CCFBE3 background

This text has black color on #CCFBE3 background.


White color preview on #CCFBE3 background

This text has white color on #CCFBE3 background.