COLOR #CEF8C6

HEX: #CEF8C6
RGB: (206,248,198)

Color info

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

RGB color model

#CEF8C6 color RGB value is (206,248,198).

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

RGB channels and saturation

R 206 of 255 = 81%
G 248 of 255 = 97%
B 198 of 255 = 78%

206
248
198

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

Portions of RGB colors in percentages

R + G + B =
206 + 248 + 198 = 652 (100%)
R 206 of 652 ~ 31.6%
G 248 of 652 ~ 38.04%
B 198 of 652 ~ 30.37%

%31.6
%38.04
%30.37

CMYK color model

#CEF8C6 color CMYK value is (17,0,20,3).

  • cyan value is 16.94%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 2.75%
CMYK:
(17,0,20,3)
C17M0Y20K3 
(17%,0%,20%,3%)
(0.17/0.00/0.20/0.03)	

CMYK percentages

%16.94
%0
%20.16
%2.75

Codes

Color #CEF8C6 in popluar color models

CEF8C6
RGB206248198
HSL110°78.13%87.45%
HSB/HSV110°20.16%97.25%
CMYK16.94%0.00%20.16%
2.75%

Color #CEF8C6 in popluar number systems.

HEXCEF8C6
Decimal206248198
Binary110011101111100011000110
Octal316370306

Shades and tints

Shades of #CEF8C6

#CEF8C6
(206,248,198)
#BCE2B4
(188,226,180)
#AACCA2
(170,204,162)
#98B690
(152,182,144)
#86A07E
(134,160,126)
#748A6C
(116,138,108)
#62745A
(98,116,90)
#505E48
(80,94,72)
#3E4836
(62,72,54)
#2C3224
(44,50,36)
#1A1C12
(26,28,18)
#000000
(0,0,0)

Tints of #CEF8C6

#CEF8C6
(206,248,198)
#D2F8CB
(210,248,203)
#D6F8D0
(214,248,208)
#DAF8D5
(218,248,213)
#DEF8DA
(222,248,218)
#E2F8DF
(226,248,223)
#E6F8E4
(230,248,228)
#EAF8E9
(234,248,233)
#EEF8EE
(238,248,238)
#F2F8F3
(242,248,243)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF8C6; }

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

This text font color is #CEF8C6.


Background Color

.myBgColor { background-color: #CEF8C6; }

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

This div background color is #CEF8C6.


Border color

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

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

This div border color is #CEF8C6.


Opacity

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

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

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

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

This text has shadow with #CEF8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF8C6 on black background.


Color preview on white background

This text has color #CEF8C6 on white background.



Black color preview on #CEF8C6 background

This text has black color on #CEF8C6 background.


White color preview on #CEF8C6 background

This text has white color on #CEF8C6 background.