COLOR #CCF38E

HEX: #CCF38E
RGB: (204,243,142)

Color info

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

RGB color model

#CCF38E color RGB value is (204,243,142).

  • red value is 204;
  • green value is 243;
  • blue value is 142.
RGB:
(204,243,142)
(80%,95%,56%)

RGB channels and saturation

R 204 of 255 = 80%
G 243 of 255 = 95%
B 142 of 255 = 56%

204
243
142

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

Portions of RGB colors in percentages

R + G + B =
204 + 243 + 142 = 589 (100%)
R 204 of 589 ~ 34.63%
G 243 of 589 ~ 41.26%
B 142 of 589 ~ 24.11%

%34.63
%41.26
%24.11

CMYK color model

#CCF38E color CMYK value is (16,0,42,5).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 41.56%
  • key color value is 4.71%
CMYK:
(16,0,42,5)
C16M0Y42K5 
(16%,0%,42%,5%)
(0.16/0.00/0.42/0.05)	

CMYK percentages

%16.05
%0
%41.56
%4.71

Codes

Color #CCF38E in popluar color models

CCF38E
RGB204243142
HSL83°80.80%75.49%
HSB/HSV83°41.56%95.29%
CMYK16.05%0.00%41.56%
4.71%

Color #CCF38E in popluar number systems.

HEXCCF38E
Decimal204243142
Binary110011001111001110001110
Octal314363216

Shades and tints

Shades of #CCF38E

#CCF38E
(204,243,142)
#BADD82
(186,221,130)
#A8C776
(168,199,118)
#96B16A
(150,177,106)
#849B5E
(132,155,94)
#728552
(114,133,82)
#606F46
(96,111,70)
#4E593A
(78,89,58)
#3C432E
(60,67,46)
#2A2D22
(42,45,34)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #CCF38E

#CCF38E
(204,243,142)
#D0F498
(208,244,152)
#D4F5A2
(212,245,162)
#D8F6AC
(216,246,172)
#DCF7B6
(220,247,182)
#E0F8C0
(224,248,192)
#E4F9CA
(228,249,202)
#E8FAD4
(232,250,212)
#ECFBDE
(236,251,222)
#F0FCE8
(240,252,232)
#F4FDF2
(244,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF38E color. Also use rgb(204,243,142) instead hex code.

Text Font Color

.myTextColor { color: #CCF38E; }

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

This text font color is #CCF38E.


Background Color

.myBgColor { background-color: #CCF38E; }

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

This div background color is #CCF38E.


Border color

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

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

This div border color is #CCF38E.


Opacity

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

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

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

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

This text has shadow with #CCF38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF38E on black background.


Color preview on white background

This text has color #CCF38E on white background.



Black color preview on #CCF38E background

This text has black color on #CCF38E background.


White color preview on #CCF38E background

This text has white color on #CCF38E background.