COLOR #CEF197

HEX: #CEF197
RGB: (206,241,151)

Color info

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

RGB color model

#CEF197 color RGB value is (206,241,151).

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

RGB channels and saturation

R 206 of 255 = 81%
G 241 of 255 = 95%
B 151 of 255 = 59%

206
241
151

R + G + B ~ 78%. #CEF197 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 241 + 151 = 598 (100%)
R 206 of 598 ~ 34.45%
G 241 of 598 ~ 40.3%
B 151 of 598 ~ 25.25%

%34.45
%40.3
%25.25

CMYK color model

#CEF197 color CMYK value is (15,0,37,5).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 37.34%
  • key color value is 5.49%
CMYK:
(15,0,37,5)
C15M0Y37K5 
(15%,0%,37%,5%)
(0.15/0.00/0.37/0.05)	

CMYK percentages

%14.52
%0
%37.34
%5.49

Codes

Color #CEF197 in popluar color models

CEF197
RGB206241151
HSL83°76.27%76.86%
HSB/HSV83°37.34%94.51%
CMYK14.52%0.00%37.34%
5.49%

Color #CEF197 in popluar number systems.

HEXCEF197
Decimal206241151
Binary110011101111000110010111
Octal316361227

Shades and tints

Shades of #CEF197

#CEF197
(206,241,151)
#BCDC8A
(188,220,138)
#AAC77D
(170,199,125)
#98B270
(152,178,112)
#869D63
(134,157,99)
#748856
(116,136,86)
#627349
(98,115,73)
#505E3C
(80,94,60)
#3E492F
(62,73,47)
#2C3422
(44,52,34)
#1A1F15
(26,31,21)
#000000
(0,0,0)

Tints of #CEF197

#CEF197
(206,241,151)
#D2F2A0
(210,242,160)
#D6F3A9
(214,243,169)
#DAF4B2
(218,244,178)
#DEF5BB
(222,245,187)
#E2F6C4
(226,246,196)
#E6F7CD
(230,247,205)
#EAF8D6
(234,248,214)
#EEF9DF
(238,249,223)
#F2FAE8
(242,250,232)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF197; }

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

This text font color is #CEF197.


Background Color

.myBgColor { background-color: #CEF197; }

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

This div background color is #CEF197.


Border color

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

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

This div border color is #CEF197.


Opacity

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

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

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

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

This text has shadow with #CEF197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF197 on black background.


Color preview on white background

This text has color #CEF197 on white background.



Black color preview on #CEF197 background

This text has black color on #CEF197 background.


White color preview on #CEF197 background

This text has white color on #CEF197 background.