COLOR #CEF8C4

HEX: #CEF8C4
RGB: (206,248,196)

Color info

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

RGB color model

#CEF8C4 color RGB value is (206,248,196).

  • red value is 206;
  • green value is 248;
  • blue value is 196.
RGB:
(206,248,196)
(81%,97%,77%)

RGB channels and saturation

R 206 of 255 = 81%
G 248 of 255 = 97%
B 196 of 255 = 77%

206
248
196

R + G + B ~ 85%. #CEF8C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 248 + 196 = 650 (100%)
R 206 of 650 ~ 31.69%
G 248 of 650 ~ 38.15%
B 196 of 650 ~ 30.15%

%31.69
%38.15
%30.15

CMYK color model

#CEF8C4 color CMYK value is (17,0,21,3).

  • cyan value is 16.94%
  • magenta value is 0.00%
  • yellow value is 20.97%
  • key color value is 2.75%
CMYK:
(17,0,21,3)
C17M0Y21K3 
(17%,0%,21%,3%)
(0.17/0.00/0.21/0.03)	

CMYK percentages

%16.94
%0
%20.97
%2.75

Codes

Color #CEF8C4 in popluar color models

CEF8C4
RGB206248196
HSL108°78.79%87.06%
HSB/HSV108°20.97%97.25%
CMYK16.94%0.00%20.97%
2.75%

Color #CEF8C4 in popluar number systems.

HEXCEF8C4
Decimal206248196
Binary110011101111100011000100
Octal316370304

Shades and tints

Shades of #CEF8C4

#CEF8C4
(206,248,196)
#BCE2B3
(188,226,179)
#AACCA2
(170,204,162)
#98B691
(152,182,145)
#86A080
(134,160,128)
#748A6F
(116,138,111)
#62745E
(98,116,94)
#505E4D
(80,94,77)
#3E483C
(62,72,60)
#2C322B
(44,50,43)
#1A1C1A
(26,28,26)
#000000
(0,0,0)

Tints of #CEF8C4

#CEF8C4
(206,248,196)
#D2F8C9
(210,248,201)
#D6F8CE
(214,248,206)
#DAF8D3
(218,248,211)
#DEF8D8
(222,248,216)
#E2F8DD
(226,248,221)
#E6F8E2
(230,248,226)
#EAF8E7
(234,248,231)
#EEF8EC
(238,248,236)
#F2F8F1
(242,248,241)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF8C4 color. Also use rgb(206,248,196) instead hex code.

Text Font Color

.myTextColor { color: #CEF8C4; }

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

This text font color is #CEF8C4.


Background Color

.myBgColor { background-color: #CEF8C4; }

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

This div background color is #CEF8C4.


Border color

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

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

This div border color is #CEF8C4.


Opacity

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

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

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

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

This text has shadow with #CEF8C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF8C4 on black background.


Color preview on white background

This text has color #CEF8C4 on white background.



Black color preview on #CEF8C4 background

This text has black color on #CEF8C4 background.


White color preview on #CEF8C4 background

This text has white color on #CEF8C4 background.