COLOR #CCEF98

HEX: #CCEF98
RGB: (204,239,152)

Color info

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

RGB color model

#CCEF98 color RGB value is (204,239,152).

  • red value is 204;
  • green value is 239;
  • blue value is 152.
RGB:
(204,239,152)
(80%,94%,60%)

RGB channels and saturation

R 204 of 255 = 80%
G 239 of 255 = 94%
B 152 of 255 = 60%

204
239
152

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

Portions of RGB colors in percentages

R + G + B =
204 + 239 + 152 = 595 (100%)
R 204 of 595 ~ 34.29%
G 239 of 595 ~ 40.17%
B 152 of 595 ~ 25.55%

%34.29
%40.17
%25.55

CMYK color model

#CCEF98 color CMYK value is (15,0,36,6).

  • cyan value is 14.64%
  • magenta value is 0.00%
  • yellow value is 36.40%
  • key color value is 6.27%
CMYK:
(15,0,36,6)
C15M0Y36K6 
(15%,0%,36%,6%)
(0.15/0.00/0.36/0.06)	

CMYK percentages

%14.64
%0
%36.4
%6.27

Codes

Color #CCEF98 in popluar color models

CCEF98
RGB204239152
HSL84°73.11%76.67%
HSB/HSV84°36.40%93.73%
CMYK14.64%0.00%36.40%
6.27%

Color #CCEF98 in popluar number systems.

HEXCCEF98
Decimal204239152
Binary110011001110111110011000
Octal314357230

Shades and tints

Shades of #CCEF98

#CCEF98
(204,239,152)
#BADA8B
(186,218,139)
#A8C57E
(168,197,126)
#96B071
(150,176,113)
#849B64
(132,155,100)
#728657
(114,134,87)
#60714A
(96,113,74)
#4E5C3D
(78,92,61)
#3C4730
(60,71,48)
#2A3223
(42,50,35)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #CCEF98

#CCEF98
(204,239,152)
#D0F0A1
(208,240,161)
#D4F1AA
(212,241,170)
#D8F2B3
(216,242,179)
#DCF3BC
(220,243,188)
#E0F4C5
(224,244,197)
#E4F5CE
(228,245,206)
#E8F6D7
(232,246,215)
#ECF7E0
(236,247,224)
#F0F8E9
(240,248,233)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEF98 color. Also use rgb(204,239,152) instead hex code.

Text Font Color

.myTextColor { color: #CCEF98; }

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

This text font color is #CCEF98.


Background Color

.myBgColor { background-color: #CCEF98; }

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

This div background color is #CCEF98.


Border color

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

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

This div border color is #CCEF98.


Opacity

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

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

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

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

This text has shadow with #CCEF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEF98 on black background.


Color preview on white background

This text has color #CCEF98 on white background.



Black color preview on #CCEF98 background

This text has black color on #CCEF98 background.


White color preview on #CCEF98 background

This text has white color on #CCEF98 background.