COLOR #CCE98A

HEX: #CCE98A
RGB: (204,233,138)

Color info

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

RGB color model

#CCE98A color RGB value is (204,233,138).

  • red value is 204;
  • green value is 233;
  • blue value is 138.
RGB:
(204,233,138)
(80%,91%,54%)

RGB channels and saturation

R 204 of 255 = 80%
G 233 of 255 = 91%
B 138 of 255 = 54%

204
233
138

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

Portions of RGB colors in percentages

R + G + B =
204 + 233 + 138 = 575 (100%)
R 204 of 575 ~ 35.48%
G 233 of 575 ~ 40.52%
B 138 of 575 ~ 24%

%35.48
%40.52
%24

CMYK color model

#CCE98A color CMYK value is (12,0,41,9).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 40.77%
  • key color value is 8.63%
CMYK:
(12,0,41,9)
C12M0Y41K9 
(12%,0%,41%,9%)
(0.12/0.00/0.41/0.09)	

CMYK percentages

%12.45
%0
%40.77
%8.63

Codes

Color #CCE98A in popluar color models

CCE98A
RGB204233138
HSL78°68.35%72.75%
HSB/HSV78°40.77%91.37%
CMYK12.45%0.00%40.77%
8.63%

Color #CCE98A in popluar number systems.

HEXCCE98A
Decimal204233138
Binary110011001110100110001010
Octal314351212

Shades and tints

Shades of #CCE98A

#CCE98A
(204,233,138)
#BAD47E
(186,212,126)
#A8BF72
(168,191,114)
#96AA66
(150,170,102)
#84955A
(132,149,90)
#72804E
(114,128,78)
#606B42
(96,107,66)
#4E5636
(78,86,54)
#3C412A
(60,65,42)
#2A2C1E
(42,44,30)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #CCE98A

#CCE98A
(204,233,138)
#D0EB94
(208,235,148)
#D4ED9E
(212,237,158)
#D8EFA8
(216,239,168)
#DCF1B2
(220,241,178)
#E0F3BC
(224,243,188)
#E4F5C6
(228,245,198)
#E8F7D0
(232,247,208)
#ECF9DA
(236,249,218)
#F0FBE4
(240,251,228)
#F4FDEE
(244,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE98A color. Also use rgb(204,233,138) instead hex code.

Text Font Color

.myTextColor { color: #CCE98A; }

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

This text font color is #CCE98A.


Background Color

.myBgColor { background-color: #CCE98A; }

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

This div background color is #CCE98A.


Border color

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

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

This div border color is #CCE98A.


Opacity

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

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

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

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

This text has shadow with #CCE98A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE98A on black background.


Color preview on white background

This text has color #CCE98A on white background.



Black color preview on #CCE98A background

This text has black color on #CCE98A background.


White color preview on #CCE98A background

This text has white color on #CCE98A background.