COLOR #CFE698

HEX: #CFE698 RGB: (207,230,152)

Color info

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

RGB color model

#CFE698 color RGB value is (207,230,152).

RGB: (207,230,152) (81%, 90%, 60%)

RGB channels and saturation

R 207 of 255 = 81%
G 230 of 255 = 90%
B 152 of 255 = 60%

207
230
152

R + G + B ~ 77%. #CFE698 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 230 + 152 = 589 (100%)
R 207 of 589 ~ 35.14%
G 230 of 589 ~ 39.05%
B 152 of 589 ~ 25.81'%

%35.14
%39.05
%25.81

CMYK color model

#CFE698 color CMYK value is (10,0,34,10).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 33.91%
  • key color value is 9.80%

CMYK: (10,0,34,10)
C10M0Y34K10 (10%, 0%, 34%, 10%)
(0.10 / 0.00 / 0.34 / 0.10)

CMYK percentages

%10
%0
%33.91
%9.8

Codes

Color #CFE698 in popluar color models

CF E6 98
RGB 207 230 152
HSL 78° 60.94% 74.90%
HSB/HSV 78° 33.91% 90.20%
CMYK 10.00% 0.00% 33.91%
9.80%

Color #CFE698 in popluar number systems.

HEX CF E6 98
Decimal 207 230 152
Binary 11001111 11100110 10011000
Octal 317 346 230

Shades and tints

Shades of #CFE698

#CFE698
(207,230,152)
#BDD28B
(189,210,139)
#ABBE7E
(171,190,126)
#99AA71
(153,170,113)
#879664
(135,150,100)
#758257
(117,130,87)
#636E4A
(99,110,74)
#515A3D
(81,90,61)
#3F4630
(63,70,48)
#2D3223
(45,50,35)
#1B1E16
(27,30,22)
#000000
(0,0,0)

Tints of #CFE698

#CFE698
(207,230,152)
#D3E8A1
(211,232,161)
#D7EAAA
(215,234,170)
#DBECB3
(219,236,179)
#DFEEBC
(223,238,188)
#E3F0C5
(227,240,197)
#E7F2CE
(231,242,206)
#EBF4D7
(235,244,215)
#EFF6E0
(239,246,224)
#F3F8E9
(243,248,233)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE698; }

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

This text font color is #CFE698.

Background Color

.myBgColor { background-color: #CFE698; }

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

This div background color is #CFE698.

Border color

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

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

This div border color is #CFE698.

Opacity

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

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

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

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

This text has shadow with #CFE698 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE698.

Preview

Color preview on black background

This text has color #CFE698 on black background.


Color preview on white background

This text has color #CFE698 on white background.


Black color preview on #CFE698 background

This text has black color on #CFE698 background.


White color preview on #CFE698 background

This text has white color on #CFE698 background.


Related colors

Complementary color

Complementary color for #hex is #301967.


I love getcolorcode.com

Triadic colors

1 #98CFE6 and #E698CF with #CFE698 are triadic colors.

2 #98E6CF and #E6CF98 with #CFE698 are triadic colors.