COLOR #CEF9B3

HEX: #CEF9B3
RGB: (206,249,179)

Color info

#CEF9B3 contains mainly red and green colors. Web safe color of #CEF9B3 is #CCFF99 (or #CF9).

RGB color model

#CEF9B3 color RGB value is (206,249,179).

  • red value is 206;
  • green value is 249;
  • blue value is 179.
RGB:
(206,249,179)
(81%,98%,70%)

RGB channels and saturation

R 206 of 255 = 81%
G 249 of 255 = 98%
B 179 of 255 = 70%

206
249
179

R + G + B ~ 83%. #CEF9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 249 + 179 = 634 (100%)
R 206 of 634 ~ 32.49%
G 249 of 634 ~ 39.27%
B 179 of 634 ~ 28.23%

%32.49
%39.27
%28.23

CMYK color model

#CEF9B3 color CMYK value is (17,0,28,2).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 2.35%
CMYK:
(17,0,28,2)
C17M0Y28K2 
(17%,0%,28%,2%)
(0.17/0.00/0.28/0.02)	

CMYK percentages

%17.27
%0
%28.11
%2.35

Codes

Color #CEF9B3 in popluar color models

CEF9B3
RGB206249179
HSL97°85.37%83.92%
HSB/HSV97°28.11%97.65%
CMYK17.27%0.00%28.11%
2.35%

Color #CEF9B3 in popluar number systems.

HEXCEF9B3
Decimal206249179
Binary110011101111100110110011
Octal316371263

Shades and tints

Shades of #CEF9B3

#CEF9B3
(206,249,179)
#BCE3A3
(188,227,163)
#AACD93
(170,205,147)
#98B783
(152,183,131)
#86A173
(134,161,115)
#748B63
(116,139,99)
#627553
(98,117,83)
#505F43
(80,95,67)
#3E4933
(62,73,51)
#2C3323
(44,51,35)
#1A1D13
(26,29,19)
#000000
(0,0,0)

Tints of #CEF9B3

#CEF9B3
(206,249,179)
#D2F9B9
(210,249,185)
#D6F9BF
(214,249,191)
#DAF9C5
(218,249,197)
#DEF9CB
(222,249,203)
#E2F9D1
(226,249,209)
#E6F9D7
(230,249,215)
#EAF9DD
(234,249,221)
#EEF9E3
(238,249,227)
#F2F9E9
(242,249,233)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF9B3 color. Also use rgb(206,249,179) instead hex code.

Text Font Color

.myTextColor { color: #CEF9B3; }

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

This text font color is #CEF9B3.


Background Color

.myBgColor { background-color: #CEF9B3; }

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

This div background color is #CEF9B3.


Border color

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

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

This div border color is #CEF9B3.


Opacity

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

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

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

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

This text has shadow with #CEF9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF9B3 on black background.


Color preview on white background

This text has color #CEF9B3 on white background.



Black color preview on #CEF9B3 background

This text has black color on #CEF9B3 background.


White color preview on #CEF9B3 background

This text has white color on #CEF9B3 background.