COLOR #CFE98C

HEX: #CFE98C
RGB: (207,233,140)

Color info

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

RGB color model

#CFE98C color RGB value is (207,233,140).

  • red value is 207;
  • green value is 233;
  • blue value is 140.
RGB:
(207,233,140)
(81%,91%,55%)

RGB channels and saturation

R 207 of 255 = 81%
G 233 of 255 = 91%
B 140 of 255 = 55%

207
233
140

R + G + B ~ 76%. #CFE98C is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 233 + 140 = 580 (100%)
R 207 of 580 ~ 35.69%
G 233 of 580 ~ 40.17%
B 140 of 580 ~ 24.14%

%35.69
%40.17
%24.14

CMYK color model

#CFE98C color CMYK value is (11,0,40,9).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 39.91%
  • key color value is 8.63%
CMYK:
(11,0,40,9)
C11M0Y40K9 
(11%,0%,40%,9%)
(0.11/0.00/0.40/0.09)	

CMYK percentages

%11.16
%0
%39.91
%8.63

Codes

Color #CFE98C in popluar color models

CFE98C
RGB207233140
HSL77°67.88%73.14%
HSB/HSV77°39.91%91.37%
CMYK11.16%0.00%39.91%
8.63%

Color #CFE98C in popluar number systems.

HEXCFE98C
Decimal207233140
Binary110011111110100110001100
Octal317351214

Shades and tints

Shades of #CFE98C

#CFE98C
(207,233,140)
#BDD480
(189,212,128)
#ABBF74
(171,191,116)
#99AA68
(153,170,104)
#87955C
(135,149,92)
#758050
(117,128,80)
#636B44
(99,107,68)
#515638
(81,86,56)
#3F412C
(63,65,44)
#2D2C20
(45,44,32)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #CFE98C

#CFE98C
(207,233,140)
#D3EB96
(211,235,150)
#D7EDA0
(215,237,160)
#DBEFAA
(219,239,170)
#DFF1B4
(223,241,180)
#E3F3BE
(227,243,190)
#E7F5C8
(231,245,200)
#EBF7D2
(235,247,210)
#EFF9DC
(239,249,220)
#F3FBE6
(243,251,230)
#F7FDF0
(247,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE98C color. Also use rgb(207,233,140) instead hex code.

Text Font Color

.myTextColor { color: #CFE98C; }

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

This text font color is #CFE98C.


Background Color

.myBgColor { background-color: #CFE98C; }

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

This div background color is #CFE98C.


Border color

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

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

This div border color is #CFE98C.


Opacity

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

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

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

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

This text has shadow with #CFE98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE98C on black background.


Color preview on white background

This text has color #CFE98C on white background.



Black color preview on #CFE98C background

This text has black color on #CFE98C background.


White color preview on #CFE98C background

This text has white color on #CFE98C background.