COLOR #CCEB93

HEX: #CCEB93 RGB: (204,235,147)

Color info

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

RGB color model

#CCEB93 color RGB value is (204,235,147).

RGB: (204,235,147) (80%, 92%, 58%)

RGB channels and saturation

R 204 of 255 = 80%
G 235 of 255 = 92%
B 147 of 255 = 58%

204
235
147

R + G + B ~ 77%. #CCEB93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 235 + 147 = 586 (100%)
R 204 of 586 ~ 34.81%
G 235 of 586 ~ 40.1%
B 147 of 586 ~ 25.09'%

%34.81
%40.1
%25.09

CMYK color model

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

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 37.45%
  • key color value is 7.84%

CMYK: (13,0,37,8)
C13M0Y37K8 (13%, 0%, 37%, 8%)
(0.13 / 0.00 / 0.37 / 0.08)

CMYK percentages

%13.19
%0
%37.45
%7.84

Codes

Color #CCEB93 in popluar color models

CC EB 93
RGB 204 235 147
HSL 81° 68.75% 74.90%
HSB/HSV 81° 37.45% 92.16%
CMYK 13.19% 0.00% 37.45%
7.84%

Color #CCEB93 in popluar number systems.

HEX CC EB 93
Decimal 204 235 147
Binary 11001100 11101011 10010011
Octal 314 353 223

Shades and tints

Shades of #CCEB93

#CCEB93
(204,235,147)
#BAD686
(186,214,134)
#A8C179
(168,193,121)
#96AC6C
(150,172,108)
#84975F
(132,151,95)
#728252
(114,130,82)
#606D45
(96,109,69)
#4E5838
(78,88,56)
#3C432B
(60,67,43)
#2A2E1E
(42,46,30)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #CCEB93

#CCEB93
(204,235,147)
#D0EC9C
(208,236,156)
#D4EDA5
(212,237,165)
#D8EEAE
(216,238,174)
#DCEFB7
(220,239,183)
#E0F0C0
(224,240,192)
#E4F1C9
(228,241,201)
#E8F2D2
(232,242,210)
#ECF3DB
(236,243,219)
#F0F4E4
(240,244,228)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEB93; }

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

This text font color is #CCEB93.

Background Color

.myBgColor { background-color: #CCEB93; }

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

This div background color is #CCEB93.

Border color

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

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

This div border color is #CCEB93.

Opacity

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

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

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

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

This text has shadow with #CCEB93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEB93.

Preview

Color preview on black background

This text has color #CCEB93 on black background.


Color preview on white background

This text has color #CCEB93 on white background.


Black color preview on #CCEB93 background

This text has black color on #CCEB93 background.


White color preview on #CCEB93 background

This text has white color on #CCEB93 background.


Related colors

Complementary color

Complementary color for #hex is #33146C.


I love getcolorcode.com

Triadic colors

1 #93CCEB and #EB93CC with #CCEB93 are triadic colors.

2 #93EBCC and #EBCC93 with #CCEB93 are triadic colors.