COLOR #CCE291

HEX: #CCE291
RGB: (204,226,145)

Color info

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

RGB color model

#CCE291 color RGB value is (204,226,145).

  • red value is 204;
  • green value is 226;
  • blue value is 145.
RGB:
(204,226,145)
(80%,89%,57%)

RGB channels and saturation

R 204 of 255 = 80%
G 226 of 255 = 89%
B 145 of 255 = 57%

204
226
145

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

Portions of RGB colors in percentages

R + G + B =
204 + 226 + 145 = 575 (100%)
R 204 of 575 ~ 35.48%
G 226 of 575 ~ 39.3%
B 145 of 575 ~ 25.22%

%35.48
%39.3
%25.22

CMYK color model

#CCE291 color CMYK value is (10,0,36,11).

  • cyan value is 9.73%
  • magenta value is 0.00%
  • yellow value is 35.84%
  • key color value is 11.37%
CMYK:
(10,0,36,11)
C10M0Y36K11 
(10%,0%,36%,11%)
(0.10/0.00/0.36/0.11)	

CMYK percentages

%9.73
%0
%35.84
%11.37

Codes

Color #CCE291 in popluar color models

CCE291
RGB204226145
HSL76°58.27%72.75%
HSB/HSV76°35.84%88.63%
CMYK9.73%0.00%35.84%
11.37%

Color #CCE291 in popluar number systems.

HEXCCE291
Decimal204226145
Binary110011001110001010010001
Octal314342221

Shades and tints

Shades of #CCE291

#CCE291
(204,226,145)
#BACE84
(186,206,132)
#A8BA77
(168,186,119)
#96A66A
(150,166,106)
#84925D
(132,146,93)
#727E50
(114,126,80)
#606A43
(96,106,67)
#4E5636
(78,86,54)
#3C4229
(60,66,41)
#2A2E1C
(42,46,28)
#181A0F
(24,26,15)
#000000
(0,0,0)

Tints of #CCE291

#CCE291
(204,226,145)
#D0E49B
(208,228,155)
#D4E6A5
(212,230,165)
#D8E8AF
(216,232,175)
#DCEAB9
(220,234,185)
#E0ECC3
(224,236,195)
#E4EECD
(228,238,205)
#E8F0D7
(232,240,215)
#ECF2E1
(236,242,225)
#F0F4EB
(240,244,235)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE291 color. Also use rgb(204,226,145) instead hex code.

Text Font Color

.myTextColor { color: #CCE291; }

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

This text font color is #CCE291.


Background Color

.myBgColor { background-color: #CCE291; }

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

This div background color is #CCE291.


Border color

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

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

This div border color is #CCE291.


Opacity

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

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

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

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

This text has shadow with #CCE291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE291 on black background.


Color preview on white background

This text has color #CCE291 on white background.



Black color preview on #CCE291 background

This text has black color on #CCE291 background.


White color preview on #CCE291 background

This text has white color on #CCE291 background.