COLOR #CCF588

HEX: #CCF588
RGB: (204,245,136)

Color info

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

RGB color model

#CCF588 color RGB value is (204,245,136).

  • red value is 204;
  • green value is 245;
  • blue value is 136.
RGB:
(204,245,136)
(80%,96%,53%)

RGB channels and saturation

R 204 of 255 = 80%
G 245 of 255 = 96%
B 136 of 255 = 53%

204
245
136

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

Portions of RGB colors in percentages

R + G + B =
204 + 245 + 136 = 585 (100%)
R 204 of 585 ~ 34.87%
G 245 of 585 ~ 41.88%
B 136 of 585 ~ 23.25%

%34.87
%41.88
%23.25

CMYK color model

#CCF588 color CMYK value is (17,0,44,4).

  • cyan value is 16.73%
  • magenta value is 0.00%
  • yellow value is 44.49%
  • key color value is 3.92%
CMYK:
(17,0,44,4)
C17M0Y44K4 
(17%,0%,44%,4%)
(0.17/0.00/0.44/0.04)	

CMYK percentages

%16.73
%0
%44.49
%3.92

Codes

Color #CCF588 in popluar color models

CCF588
RGB204245136
HSL83°84.50%74.71%
HSB/HSV83°44.49%96.08%
CMYK16.73%0.00%44.49%
3.92%

Color #CCF588 in popluar number systems.

HEXCCF588
Decimal204245136
Binary110011001111010110001000
Octal314365210

Shades and tints

Shades of #CCF588

#CCF588
(204,245,136)
#BADF7C
(186,223,124)
#A8C970
(168,201,112)
#96B364
(150,179,100)
#849D58
(132,157,88)
#72874C
(114,135,76)
#607140
(96,113,64)
#4E5B34
(78,91,52)
#3C4528
(60,69,40)
#2A2F1C
(42,47,28)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #CCF588

#CCF588
(204,245,136)
#D0F592
(208,245,146)
#D4F59C
(212,245,156)
#D8F5A6
(216,245,166)
#DCF5B0
(220,245,176)
#E0F5BA
(224,245,186)
#E4F5C4
(228,245,196)
#E8F5CE
(232,245,206)
#ECF5D8
(236,245,216)
#F0F5E2
(240,245,226)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF588 color. Also use rgb(204,245,136) instead hex code.

Text Font Color

.myTextColor { color: #CCF588; }

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

This text font color is #CCF588.


Background Color

.myBgColor { background-color: #CCF588; }

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

This div background color is #CCF588.


Border color

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

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

This div border color is #CCF588.


Opacity

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

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

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

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

This text has shadow with #CCF588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF588 on black background.


Color preview on white background

This text has color #CCF588 on white background.



Black color preview on #CCF588 background

This text has black color on #CCF588 background.


White color preview on #CCF588 background

This text has white color on #CCF588 background.