COLOR #CCE595

HEX: #CCE595
RGB: (204,229,149)

Color info

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

RGB color model

#CCE595 color RGB value is (204,229,149).

  • red value is 204;
  • green value is 229;
  • blue value is 149.
RGB:
(204,229,149)
(80%,90%,58%)

RGB channels and saturation

R 204 of 255 = 80%
G 229 of 255 = 90%
B 149 of 255 = 58%

204
229
149

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

Portions of RGB colors in percentages

R + G + B =
204 + 229 + 149 = 582 (100%)
R 204 of 582 ~ 35.05%
G 229 of 582 ~ 39.35%
B 149 of 582 ~ 25.6%

%35.05
%39.35
%25.6

CMYK color model

#CCE595 color CMYK value is (11,0,35,10).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 34.93%
  • key color value is 10.20%
CMYK:
(11,0,35,10)
C11M0Y35K10 
(11%,0%,35%,10%)
(0.11/0.00/0.35/0.10)	

CMYK percentages

%10.92
%0
%34.93
%10.2

Codes

Color #CCE595 in popluar color models

CCE595
RGB204229149
HSL79°60.61%74.12%
HSB/HSV79°34.93%89.80%
CMYK10.92%0.00%34.93%
10.20%

Color #CCE595 in popluar number systems.

HEXCCE595
Decimal204229149
Binary110011001110010110010101
Octal314345225

Shades and tints

Shades of #CCE595

#CCE595
(204,229,149)
#BAD188
(186,209,136)
#A8BD7B
(168,189,123)
#96A96E
(150,169,110)
#849561
(132,149,97)
#728154
(114,129,84)
#606D47
(96,109,71)
#4E593A
(78,89,58)
#3C452D
(60,69,45)
#2A3120
(42,49,32)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #CCE595

#CCE595
(204,229,149)
#D0E79E
(208,231,158)
#D4E9A7
(212,233,167)
#D8EBB0
(216,235,176)
#DCEDB9
(220,237,185)
#E0EFC2
(224,239,194)
#E4F1CB
(228,241,203)
#E8F3D4
(232,243,212)
#ECF5DD
(236,245,221)
#F0F7E6
(240,247,230)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE595 color. Also use rgb(204,229,149) instead hex code.

Text Font Color

.myTextColor { color: #CCE595; }

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

This text font color is #CCE595.


Background Color

.myBgColor { background-color: #CCE595; }

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

This div background color is #CCE595.


Border color

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

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

This div border color is #CCE595.


Opacity

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

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

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

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

This text has shadow with #CCE595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE595 on black background.


Color preview on white background

This text has color #CCE595 on white background.



Black color preview on #CCE595 background

This text has black color on #CCE595 background.


White color preview on #CCE595 background

This text has white color on #CCE595 background.