COLOR #CEF792

HEX: #CEF792
RGB: (206,247,146)

Color info

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

RGB color model

#CEF792 color RGB value is (206,247,146).

  • red value is 206;
  • green value is 247;
  • blue value is 146.
RGB:
(206,247,146)
(81%,97%,57%)

RGB channels and saturation

R 206 of 255 = 81%
G 247 of 255 = 97%
B 146 of 255 = 57%

206
247
146

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

Portions of RGB colors in percentages

R + G + B =
206 + 247 + 146 = 599 (100%)
R 206 of 599 ~ 34.39%
G 247 of 599 ~ 41.24%
B 146 of 599 ~ 24.37%

%34.39
%41.24
%24.37

CMYK color model

#CEF792 color CMYK value is (17,0,41,3).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 40.89%
  • key color value is 3.14%
CMYK:
(17,0,41,3)
C17M0Y41K3 
(17%,0%,41%,3%)
(0.17/0.00/0.41/0.03)	

CMYK percentages

%16.6
%0
%40.89
%3.14

Codes

Color #CEF792 in popluar color models

CEF792
RGB206247146
HSL84°86.32%77.06%
HSB/HSV84°40.89%96.86%
CMYK16.60%0.00%40.89%
3.14%

Color #CEF792 in popluar number systems.

HEXCEF792
Decimal206247146
Binary110011101111011110010010
Octal316367222

Shades and tints

Shades of #CEF792

#CEF792
(206,247,146)
#BCE185
(188,225,133)
#AACB78
(170,203,120)
#98B56B
(152,181,107)
#869F5E
(134,159,94)
#748951
(116,137,81)
#627344
(98,115,68)
#505D37
(80,93,55)
#3E472A
(62,71,42)
#2C311D
(44,49,29)
#1A1B10
(26,27,16)
#000000
(0,0,0)

Tints of #CEF792

#CEF792
(206,247,146)
#D2F79B
(210,247,155)
#D6F7A4
(214,247,164)
#DAF7AD
(218,247,173)
#DEF7B6
(222,247,182)
#E2F7BF
(226,247,191)
#E6F7C8
(230,247,200)
#EAF7D1
(234,247,209)
#EEF7DA
(238,247,218)
#F2F7E3
(242,247,227)
#F6F7EC
(246,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF792 color. Also use rgb(206,247,146) instead hex code.

Text Font Color

.myTextColor { color: #CEF792; }

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

This text font color is #CEF792.


Background Color

.myBgColor { background-color: #CEF792; }

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

This div background color is #CEF792.


Border color

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

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

This div border color is #CEF792.


Opacity

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

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

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

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

This text has shadow with #CEF792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF792 on black background.


Color preview on white background

This text has color #CEF792 on white background.



Black color preview on #CEF792 background

This text has black color on #CEF792 background.


White color preview on #CEF792 background

This text has white color on #CEF792 background.