COLOR #CCEB71

HEX: #CCEB71 RGB: (204,235,113)

Color info

#CCEB71 contains mainly red and green colors. Web safe color of #CCEB71 is #CCFF66 (or #CF6).

RGB color model

#CCEB71 color RGB value is (204,235,113).

RGB: (204,235,113) (80%, 92%, 44%)

RGB channels and saturation

R 204 of 255 = 80%
G 235 of 255 = 92%
B 113 of 255 = 44%

204
235
113

R + G + B ~ 72%. #CCEB71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 235 + 113 = 552 (100%)
R 204 of 552 ~ 36.96%
G 235 of 552 ~ 42.57%
B 113 of 552 ~ 20.47'%

%36.96
%42.57
%20.47

CMYK color model

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

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 51.91%
  • key color value is 7.84%
CMYK: (13,0,52,8) C13M0Y52K8 (13%,0%,52%,8%) (0.13/0.00/0.52/0.08) 

CMYK percentages

%13.19
%0
%51.91
%7.84

Codes

Color #CCEB71 in popluar color models

CC EB 71
RGB 204 235 113
HSL 75° 75.31% 68.24%
HSB/HSV 75° 51.91% 92.16%
CMYK 13.19% 0.00% 51.91%
7.84%

Color #CCEB71 in popluar number systems.

HEX CC EB 71
Decimal 204 235 113
Binary 11001100 11101011 1110001
Octal 314 353 161

Shades and tints

Shades of #CCEB71

#CCEB71
(204,235,113)
#BAD667
(186,214,103)
#A8C15D
(168,193,93)
#96AC53
(150,172,83)
#849749
(132,151,73)
#72823F
(114,130,63)
#606D35
(96,109,53)
#4E582B
(78,88,43)
#3C4321
(60,67,33)
#2A2E17
(42,46,23)
#18190D
(24,25,13)
#000000
(0,0,0)

Tints of #CCEB71

#CCEB71
(204,235,113)
#D0EC7D
(208,236,125)
#D4ED89
(212,237,137)
#D8EE95
(216,238,149)
#DCEFA1
(220,239,161)
#E0F0AD
(224,240,173)
#E4F1B9
(228,241,185)
#E8F2C5
(232,242,197)
#ECF3D1
(236,243,209)
#F0F4DD
(240,244,221)
#F4F5E9
(244,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEB71; }

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

This text font color is #CCEB71.

Background Color

.myBgColor { background-color: #CCEB71; }

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

This div background color is #CCEB71.

Border color

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

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

This div border color is #CCEB71.

Opacity

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

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

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

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

This text has shadow with #CCEB71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEB71.

Preview

Color preview on black background

This text has color #CCEB71 on black background.


Color preview on white background

This text has color #CCEB71 on white background.


Black color preview on #CCEB71 background

This text has black color on #CCEB71 background.


White color preview on #CCEB71 background

This text has white color on #CCEB71 background.


Related colors

Complementary color

Complementary color for #hex is #33148E.


I love getcolorcode.com

Triadic colors

1 #71CCEB and #EB71CC with #CCEB71 are triadic colors.

2 #71EBCC and #EBCC71 with #CCEB71 are triadic colors.