COLOR #C4DCBE

HEX: #C4DCBE RGB: (196,220,190)

Color info

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

RGB color model

#C4DCBE color RGB value is (196,220,190).

RGB: (196,220,190) (77%, 86%, 75%)

RGB channels and saturation

R 196 of 255 = 77%
G 220 of 255 = 86%
B 190 of 255 = 75%

196
220
190

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

Portions of RGB colors in percentages

R + G + B = 196 + 220 + 190 = 606 (100%)
R 196 of 606 ~ 32.34%
G 220 of 606 ~ 36.3%
B 190 of 606 ~ 31.35'%

%32.34
%36.3
%31.35

CMYK color model

#C4DCBE color CMYK value is (11,0,14,14).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 13.73%

CMYK: (11,0,14,14)
C11M0Y14K14 (11%, 0%, 14%, 14%)
(0.11 / 0.00 / 0.14 / 0.14)

CMYK percentages

%10.91
%0
%13.64
%13.73

Codes

Color #C4DCBE in popluar color models

C4 DC BE
RGB 196 220 190
HSL 108° 30.00% 80.39%
HSB/HSV 108° 13.64% 86.27%
CMYK 10.91% 0.00% 13.64%
13.73%

Color #C4DCBE in popluar number systems.

HEX C4 DC BE
Decimal 196 220 190
Binary 11000100 11011100 10111110
Octal 304 334 276

Shades and tints

Shades of #C4DCBE

#C4DCBE
(196,220,190)
#B3C8AD
(179,200,173)
#A2B49C
(162,180,156)
#91A08B
(145,160,139)
#808C7A
(128,140,122)
#6F7869
(111,120,105)
#5E6458
(94,100,88)
#4D5047
(77,80,71)
#3C3C36
(60,60,54)
#2B2825
(43,40,37)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #C4DCBE

#C4DCBE
(196,220,190)
#C9DFC3
(201,223,195)
#CEE2C8
(206,226,200)
#D3E5CD
(211,229,205)
#D8E8D2
(216,232,210)
#DDEBD7
(221,235,215)
#E2EEDC
(226,238,220)
#E7F1E1
(231,241,225)
#ECF4E6
(236,244,230)
#F1F7EB
(241,247,235)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DCBE color. Also use rgb(196,220,190) instead hex code.

Text Font Color

.myTextColor { color: #C4DCBE; }

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

This text font color is #C4DCBE.

Background Color

.myBgColor { background-color: #C4DCBE; }

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

This div background color is #C4DCBE.

Border color

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

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

This div border color is #C4DCBE.

Opacity

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

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

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

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

This text has shadow with #C4DCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DCBE.

Preview

Color preview on black background

This text has color #C4DCBE on black background.


Color preview on white background

This text has color #C4DCBE on white background.


Black color preview on #C4DCBE background

This text has black color on #C4DCBE background.


White color preview on #C4DCBE background

This text has white color on #C4DCBE background.


Related colors

Complementary color

Complementary color for #hex is #3B2341.


I love getcolorcode.com

Triadic colors

1 #BEC4DC and #DCBEC4 with #C4DCBE are triadic colors.

2 #BEDCC4 and #DCC4BE with #C4DCBE are triadic colors.