COLOR #C4D1A3

HEX: #C4D1A3 RGB: (196,209,163)

Color info

#C4D1A3 contains red, green and blue colors in about the same proportion. Web safe color of #C4D1A3 is #CCCC99 (or #CC9).

RGB color model

#C4D1A3 color RGB value is (196,209,163).

RGB: (196,209,163) (77%, 82%, 64%)

RGB channels and saturation

R 196 of 255 = 77%
G 209 of 255 = 82%
B 163 of 255 = 64%

196
209
163

R + G + B ~ 74%. #C4D1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 209 + 163 = 568 (100%)
R 196 of 568 ~ 34.51%
G 209 of 568 ~ 36.8%
B 163 of 568 ~ 28.7'%

%34.51
%36.8
%28.7

CMYK color model

#C4D1A3 color CMYK value is (6,0,22,18).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 22.01%
  • key color value is 18.04%

CMYK: (6,0,22,18)
C6M0Y22K18 (6%, 0%, 22%, 18%)
(0.06 / 0.00 / 0.22 / 0.18)

CMYK percentages

%6.22
%0
%22.01
%18.04

Codes

Color #C4D1A3 in popluar color models

C4 D1 A3
RGB 196 209 163
HSL 77° 33.33% 72.94%
HSB/HSV 77° 22.01% 81.96%
CMYK 6.22% 0.00% 22.01%
18.04%

Color #C4D1A3 in popluar number systems.

HEX C4 D1 A3
Decimal 196 209 163
Binary 11000100 11010001 10100011
Octal 304 321 243

Shades and tints

Shades of #C4D1A3

#C4D1A3
(196,209,163)
#B3BE95
(179,190,149)
#A2AB87
(162,171,135)
#919879
(145,152,121)
#80856B
(128,133,107)
#6F725D
(111,114,93)
#5E5F4F
(94,95,79)
#4D4C41
(77,76,65)
#3C3933
(60,57,51)
#2B2625
(43,38,37)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #C4D1A3

#C4D1A3
(196,209,163)
#C9D5AB
(201,213,171)
#CED9B3
(206,217,179)
#D3DDBB
(211,221,187)
#D8E1C3
(216,225,195)
#DDE5CB
(221,229,203)
#E2E9D3
(226,233,211)
#E7EDDB
(231,237,219)
#ECF1E3
(236,241,227)
#F1F5EB
(241,245,235)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D1A3 color. Also use rgb(196,209,163) instead hex code.

Text Font Color

.myTextColor { color: #C4D1A3; }

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

This text font color is #C4D1A3.

Background Color

.myBgColor { background-color: #C4D1A3; }

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

This div background color is #C4D1A3.

Border color

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

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

This div border color is #C4D1A3.

Opacity

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

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

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

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

This text has shadow with #C4D1A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D1A3.

Preview

Color preview on black background

This text has color #C4D1A3 on black background.


Color preview on white background

This text has color #C4D1A3 on white background.


Black color preview on #C4D1A3 background

This text has black color on #C4D1A3 background.


White color preview on #C4D1A3 background

This text has white color on #C4D1A3 background.


Related colors

Complementary color

Complementary color for #hex is #3B2E5C.


I love getcolorcode.com

Triadic colors

1 #A3C4D1 and #D1A3C4 with #C4D1A3 are triadic colors.

2 #A3D1C4 and #D1C4A3 with #C4D1A3 are triadic colors.