COLOR #CCEBA3

HEX: #CCEBA3
RGB: (204,235,163)

Color info

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

RGB color model

#CCEBA3 color RGB value is (204,235,163).

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

RGB channels and saturation

R 204 of 255 = 80%
G 235 of 255 = 92%
B 163 of 255 = 64%

204
235
163

R + G + B ~ 79%. #CCEBA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 235 + 163 = 602 (100%)
R 204 of 602 ~ 33.89%
G 235 of 602 ~ 39.04%
B 163 of 602 ~ 27.08%

%33.89
%39.04
%27.08

CMYK color model

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

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 30.64%
  • key color value is 7.84%
CMYK:
(13,0,31,8)
C13M0Y31K8 
(13%,0%,31%,8%)
(0.13/0.00/0.31/0.08)	

CMYK percentages

%13.19
%0
%30.64
%7.84

Codes

Color #CCEBA3 in popluar color models

CCEBA3
RGB204235163
HSL86°64.29%78.04%
HSB/HSV86°30.64%92.16%
CMYK13.19%0.00%30.64%
7.84%

Color #CCEBA3 in popluar number systems.

HEXCCEBA3
Decimal204235163
Binary110011001110101110100011
Octal314353243

Shades and tints

Shades of #CCEBA3

#CCEBA3
(204,235,163)
#BAD695
(186,214,149)
#A8C187
(168,193,135)
#96AC79
(150,172,121)
#84976B
(132,151,107)
#72825D
(114,130,93)
#606D4F
(96,109,79)
#4E5841
(78,88,65)
#3C4333
(60,67,51)
#2A2E25
(42,46,37)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCEBA3

#CCEBA3
(204,235,163)
#D0ECAB
(208,236,171)
#D4EDB3
(212,237,179)
#D8EEBB
(216,238,187)
#DCEFC3
(220,239,195)
#E0F0CB
(224,240,203)
#E4F1D3
(228,241,211)
#E8F2DB
(232,242,219)
#ECF3E3
(236,243,227)
#F0F4EB
(240,244,235)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEBA3; }

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

This text font color is #CCEBA3.


Background Color

.myBgColor { background-color: #CCEBA3; }

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

This div background color is #CCEBA3.


Border color

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

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

This div border color is #CCEBA3.


Opacity

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

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

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

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

This text has shadow with #CCEBA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEBA3 on black background.


Color preview on white background

This text has color #CCEBA3 on white background.



Black color preview on #CCEBA3 background

This text has black color on #CCEBA3 background.


White color preview on #CCEBA3 background

This text has white color on #CCEBA3 background.