COLOR #C0E4BD

HEX: #C0E4BD RGB: (192,228,189)

Color info

#C0E4BD contains red, green and blue colors in about the same proportion. Web safe color of #C0E4BD is #CCCCCC (or #CCC).

RGB color model

#C0E4BD color RGB value is (192,228,189).

RGB: (192,228,189) (75%, 89%, 74%)

RGB channels and saturation

R 192 of 255 = 75%
G 228 of 255 = 89%
B 189 of 255 = 74%

192
228
189

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

Portions of RGB colors in percentages

R + G + B = 192 + 228 + 189 = 609 (100%)
R 192 of 609 ~ 31.53%
G 228 of 609 ~ 37.44%
B 189 of 609 ~ 31.03'%

%31.53
%37.44
%31.03

CMYK color model

#C0E4BD color CMYK value is (16,0,17,11).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 10.59%
CMYK: (16,0,17,11) C16M0Y17K11 (16%,0%,17%,11%) (0.16/0.00/0.17/0.11) 

CMYK percentages

%15.79
%0
%17.11
%10.59

Codes

Color #C0E4BD in popluar color models

C0 E4 BD
RGB 192 228 189
HSL 115° 41.94% 81.76%
HSB/HSV 115° 17.11% 89.41%
CMYK 15.79% 0.00% 17.11%
10.59%

Color #C0E4BD in popluar number systems.

HEX C0 E4 BD
Decimal 192 228 189
Binary 11000000 11100100 10111101
Octal 300 344 275

Shades and tints

Shades of #C0E4BD

#C0E4BD
(192,228,189)
#AFD0AC
(175,208,172)
#9EBC9B
(158,188,155)
#8DA88A
(141,168,138)
#7C9479
(124,148,121)
#6B8068
(107,128,104)
#5A6C57
(90,108,87)
#495846
(73,88,70)
#384435
(56,68,53)
#273024
(39,48,36)
#161C13
(22,28,19)
#000000
(0,0,0)

Tints of #C0E4BD

#C0E4BD
(192,228,189)
#C5E6C3
(197,230,195)
#CAE8C9
(202,232,201)
#CFEACF
(207,234,207)
#D4ECD5
(212,236,213)
#D9EEDB
(217,238,219)
#DEF0E1
(222,240,225)
#E3F2E7
(227,242,231)
#E8F4ED
(232,244,237)
#EDF6F3
(237,246,243)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E4BD color. Also use rgb(192,228,189) instead hex code.

Text Font Color

.myTextColor { color: #C0E4BD; }

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

This text font color is #C0E4BD.

Background Color

.myBgColor { background-color: #C0E4BD; }

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

This div background color is #C0E4BD.

Border color

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

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

This div border color is #C0E4BD.

Opacity

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

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

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

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

This text has shadow with #C0E4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0E4BD.

Preview

Color preview on black background

This text has color #C0E4BD on black background.


Color preview on white background

This text has color #C0E4BD on white background.


Black color preview on #C0E4BD background

This text has black color on #C0E4BD background.


White color preview on #C0E4BD background

This text has white color on #C0E4BD background.


Related colors

Complementary color

Complementary color for #hex is #3F1B42.


I love getcolorcode.com

Triadic colors

1 #BDC0E4 and #E4BDC0 with #C0E4BD are triadic colors.

2 #BDE4C0 and #E4C0BD with #C0E4BD are triadic colors.