COLOR #CEFB92

HEX: #CEFB92
RGB: (206,251,146)

Color info

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

RGB color model

#CEFB92 color RGB value is (206,251,146).

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

RGB channels and saturation

R 206 of 255 = 81%
G 251 of 255 = 98%
B 146 of 255 = 57%

206
251
146

R + G + B ~ 79%. #CEFB92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 251 + 146 = 603 (100%)
R 206 of 603 ~ 34.16%
G 251 of 603 ~ 41.63%
B 146 of 603 ~ 24.21%

%34.16
%41.63
%24.21

CMYK color model

#CEFB92 color CMYK value is (18,0,42,2).

  • cyan value is 17.93%
  • magenta value is 0.00%
  • yellow value is 41.83%
  • key color value is 1.57%
CMYK:
(18,0,42,2)
C18M0Y42K2 
(18%,0%,42%,2%)
(0.18/0.00/0.42/0.02)	

CMYK percentages

%17.93
%0
%41.83
%1.57

Codes

Color #CEFB92 in popluar color models

CEFB92
RGB206251146
HSL86°92.92%77.84%
HSB/HSV86°41.83%98.43%
CMYK17.93%0.00%41.83%
1.57%

Color #CEFB92 in popluar number systems.

HEXCEFB92
Decimal206251146
Binary110011101111101110010010
Octal316373222

Shades and tints

Shades of #CEFB92

#CEFB92
(206,251,146)
#BCE585
(188,229,133)
#AACF78
(170,207,120)
#98B96B
(152,185,107)
#86A35E
(134,163,94)
#748D51
(116,141,81)
#627744
(98,119,68)
#506137
(80,97,55)
#3E4B2A
(62,75,42)
#2C351D
(44,53,29)
#1A1F10
(26,31,16)
#000000
(0,0,0)

Tints of #CEFB92

#CEFB92
(206,251,146)
#D2FB9B
(210,251,155)
#D6FBA4
(214,251,164)
#DAFBAD
(218,251,173)
#DEFBB6
(222,251,182)
#E2FBBF
(226,251,191)
#E6FBC8
(230,251,200)
#EAFBD1
(234,251,209)
#EEFBDA
(238,251,218)
#F2FBE3
(242,251,227)
#F6FBEC
(246,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEFB92; }

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

This text font color is #CEFB92.


Background Color

.myBgColor { background-color: #CEFB92; }

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

This div background color is #CEFB92.


Border color

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

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

This div border color is #CEFB92.


Opacity

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

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

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

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

This text has shadow with #CEFB92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEFB92 on black background.


Color preview on white background

This text has color #CEFB92 on white background.



Black color preview on #CEFB92 background

This text has black color on #CEFB92 background.


White color preview on #CEFB92 background

This text has white color on #CEFB92 background.