COLOR #CFE68B

HEX: #CFE68B
RGB: (207,230,139)

Color info

#CFE68B contains mainly red and green colors. Web safe color of #CFE68B is #CCCC99 (or #CC9).

RGB color model

#CFE68B color RGB value is (207,230,139).

  • red value is 207;
  • green value is 230;
  • blue value is 139.
RGB:
(207,230,139)
(81%,90%,55%)

RGB channels and saturation

R 207 of 255 = 81%
G 230 of 255 = 90%
B 139 of 255 = 55%

207
230
139

R + G + B ~ 75%. #CFE68B is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 230 + 139 = 576 (100%)
R 207 of 576 ~ 35.94%
G 230 of 576 ~ 39.93%
B 139 of 576 ~ 24.13%

%35.94
%39.93
%24.13

CMYK color model

#CFE68B color CMYK value is (10,0,40,10).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 39.57%
  • key color value is 9.80%
CMYK:
(10,0,40,10)
C10M0Y40K10 
(10%,0%,40%,10%)
(0.10/0.00/0.40/0.10)	

CMYK percentages

%10
%0
%39.57
%9.8

Codes

Color #CFE68B in popluar color models

CFE68B
RGB207230139
HSL75°64.54%72.35%
HSB/HSV75°39.57%90.20%
CMYK10.00%0.00%39.57%
9.80%

Color #CFE68B in popluar number systems.

HEXCFE68B
Decimal207230139
Binary110011111110011010001011
Octal317346213

Shades and tints

Shades of #CFE68B

#CFE68B
(207,230,139)
#BDD27F
(189,210,127)
#ABBE73
(171,190,115)
#99AA67
(153,170,103)
#87965B
(135,150,91)
#75824F
(117,130,79)
#636E43
(99,110,67)
#515A37
(81,90,55)
#3F462B
(63,70,43)
#2D321F
(45,50,31)
#1B1E13
(27,30,19)
#000000
(0,0,0)

Tints of #CFE68B

#CFE68B
(207,230,139)
#D3E895
(211,232,149)
#D7EA9F
(215,234,159)
#DBECA9
(219,236,169)
#DFEEB3
(223,238,179)
#E3F0BD
(227,240,189)
#E7F2C7
(231,242,199)
#EBF4D1
(235,244,209)
#EFF6DB
(239,246,219)
#F3F8E5
(243,248,229)
#F7FAEF
(247,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE68B color. Also use rgb(207,230,139) instead hex code.

Text Font Color

.myTextColor { color: #CFE68B; }

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

This text font color is #CFE68B.


Background Color

.myBgColor { background-color: #CFE68B; }

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

This div background color is #CFE68B.


Border color

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

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

This div border color is #CFE68B.


Opacity

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

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

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

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

This text has shadow with #CFE68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE68B on black background.


Color preview on white background

This text has color #CFE68B on white background.



Black color preview on #CFE68B background

This text has black color on #CFE68B background.


White color preview on #CFE68B background

This text has white color on #CFE68B background.