COLOR #CCEACC

HEX: #CCEACC
RGB: (204,234,204)

Color info

#CCEACC contains red, green and blue colors in about the same proportion. Web safe color of #CCEACC is #CCFFCC (or #CFC).

RGB color model

#CCEACC color RGB value is (204,234,204).

  • red value is 204;
  • green value is 234;
  • blue value is 204.
RGB:
(204,234,204)
(80%,92%,80%)

RGB channels and saturation

R 204 of 255 = 80%
G 234 of 255 = 92%
B 204 of 255 = 80%

204
234
204

R + G + B ~ 84%. #CCEACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 234 + 204 = 642 (100%)
R 204 of 642 ~ 31.78%
G 234 of 642 ~ 36.45%
B 204 of 642 ~ 31.78%

%31.78
%36.45
%31.78

CMYK color model

#CCEACC color CMYK value is (13,0,13,8).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 8.24%
CMYK:
(13,0,13,8)
C13M0Y13K8 
(13%,0%,13%,8%)
(0.13/0.00/0.13/0.08)	

CMYK percentages

%12.82
%0
%12.82
%8.24

Codes

Color #CCEACC in popluar color models

CCEACC
RGB204234204
HSL120°41.67%85.88%
HSB/HSV120°12.82%91.76%
CMYK12.82%0.00%12.82%
8.24%

Color #CCEACC in popluar number systems.

HEXCCEACC
Decimal204234204
Binary110011001110101011001100
Octal314352314

Shades and tints

Shades of #CCEACC

#CCEACC
(204,234,204)
#BAD5BA
(186,213,186)
#A8C0A8
(168,192,168)
#96AB96
(150,171,150)
#849684
(132,150,132)
#728172
(114,129,114)
#606C60
(96,108,96)
#4E574E
(78,87,78)
#3C423C
(60,66,60)
#2A2D2A
(42,45,42)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #CCEACC

#CCEACC
(204,234,204)
#D0EBD0
(208,235,208)
#D4ECD4
(212,236,212)
#D8EDD8
(216,237,216)
#DCEEDC
(220,238,220)
#E0EFE0
(224,239,224)
#E4F0E4
(228,240,228)
#E8F1E8
(232,241,232)
#ECF2EC
(236,242,236)
#F0F3F0
(240,243,240)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEACC; }

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

This text font color is #CCEACC.


Background Color

.myBgColor { background-color: #CCEACC; }

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

This div background color is #CCEACC.


Border color

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

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

This div border color is #CCEACC.


Opacity

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

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

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

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

This text has shadow with #CCEACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEACC on black background.


Color preview on white background

This text has color #CCEACC on white background.



Black color preview on #CCEACC background

This text has black color on #CCEACC background.


White color preview on #CCEACC background

This text has white color on #CCEACC background.