COLOR #CEF1A7

HEX: #CEF1A7
RGB: (206,241,167)

Color info

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

RGB color model

#CEF1A7 color RGB value is (206,241,167).

  • red value is 206;
  • green value is 241;
  • blue value is 167.
RGB:
(206,241,167)
(81%,95%,65%)

RGB channels and saturation

R 206 of 255 = 81%
G 241 of 255 = 95%
B 167 of 255 = 65%

206
241
167

R + G + B ~ 80%. #CEF1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 241 + 167 = 614 (100%)
R 206 of 614 ~ 33.55%
G 241 of 614 ~ 39.25%
B 167 of 614 ~ 27.2%

%33.55
%39.25
%27.2

CMYK color model

#CEF1A7 color CMYK value is (15,0,31,5).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 30.71%
  • key color value is 5.49%
CMYK:
(15,0,31,5)
C15M0Y31K5 
(15%,0%,31%,5%)
(0.15/0.00/0.31/0.05)	

CMYK percentages

%14.52
%0
%30.71
%5.49

Codes

Color #CEF1A7 in popluar color models

CEF1A7
RGB206241167
HSL88°72.55%80.00%
HSB/HSV88°30.71%94.51%
CMYK14.52%0.00%30.71%
5.49%

Color #CEF1A7 in popluar number systems.

HEXCEF1A7
Decimal206241167
Binary110011101111000110100111
Octal316361247

Shades and tints

Shades of #CEF1A7

#CEF1A7
(206,241,167)
#BCDC98
(188,220,152)
#AAC789
(170,199,137)
#98B27A
(152,178,122)
#869D6B
(134,157,107)
#74885C
(116,136,92)
#62734D
(98,115,77)
#505E3E
(80,94,62)
#3E492F
(62,73,47)
#2C3420
(44,52,32)
#1A1F11
(26,31,17)
#000000
(0,0,0)

Tints of #CEF1A7

#CEF1A7
(206,241,167)
#D2F2AF
(210,242,175)
#D6F3B7
(214,243,183)
#DAF4BF
(218,244,191)
#DEF5C7
(222,245,199)
#E2F6CF
(226,246,207)
#E6F7D7
(230,247,215)
#EAF8DF
(234,248,223)
#EEF9E7
(238,249,231)
#F2FAEF
(242,250,239)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF1A7 color. Also use rgb(206,241,167) instead hex code.

Text Font Color

.myTextColor { color: #CEF1A7; }

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

This text font color is #CEF1A7.


Background Color

.myBgColor { background-color: #CEF1A7; }

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

This div background color is #CEF1A7.


Border color

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

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

This div border color is #CEF1A7.


Opacity

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

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

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

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

This text has shadow with #CEF1A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF1A7 on black background.


Color preview on white background

This text has color #CEF1A7 on white background.



Black color preview on #CEF1A7 background

This text has black color on #CEF1A7 background.


White color preview on #CEF1A7 background

This text has white color on #CEF1A7 background.