COLOR #C3DCA5

HEX: #C3DCA5 RGB: (195,220,165)

Color info

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

RGB color model

#C3DCA5 color RGB value is (195,220,165).

RGB: (195,220,165) (76%, 86%, 65%)

RGB channels and saturation

R 195 of 255 = 76%
G 220 of 255 = 86%
B 165 of 255 = 65%

195
220
165

R + G + B ~ 76%. #C3DCA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 220 + 165 = 580 (100%)
R 195 of 580 ~ 33.62%
G 220 of 580 ~ 37.93%
B 165 of 580 ~ 28.45'%

%33.62
%37.93
%28.45

CMYK color model

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

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 13.73%

CMYK: (11,0,25,14)
C11M0Y25K14 (11%, 0%, 25%, 14%)
(0.11 / 0.00 / 0.25 / 0.14)

CMYK percentages

%11.36
%0
%25
%13.73

Codes

Color #C3DCA5 in popluar color models

C3 DC A5
RGB 195 220 165
HSL 87° 44.00% 75.49%
HSB/HSV 87° 25.00% 86.27%
CMYK 11.36% 0.00% 25.00%
13.73%

Color #C3DCA5 in popluar number systems.

HEX C3 DC A5
Decimal 195 220 165
Binary 11000011 11011100 10100101
Octal 303 334 245

Shades and tints

Shades of #C3DCA5

#C3DCA5
(195,220,165)
#B2C896
(178,200,150)
#A1B487
(161,180,135)
#90A078
(144,160,120)
#7F8C69
(127,140,105)
#6E785A
(110,120,90)
#5D644B
(93,100,75)
#4C503C
(76,80,60)
#3B3C2D
(59,60,45)
#2A281E
(42,40,30)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #C3DCA5

#C3DCA5
(195,220,165)
#C8DFAD
(200,223,173)
#CDE2B5
(205,226,181)
#D2E5BD
(210,229,189)
#D7E8C5
(215,232,197)
#DCEBCD
(220,235,205)
#E1EED5
(225,238,213)
#E6F1DD
(230,241,221)
#EBF4E5
(235,244,229)
#F0F7ED
(240,247,237)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DCA5 color. Also use rgb(195,220,165) instead hex code.

Text Font Color

.myTextColor { color: #C3DCA5; }

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

This text font color is #C3DCA5.

Background Color

.myBgColor { background-color: #C3DCA5; }

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

This div background color is #C3DCA5.

Border color

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

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

This div border color is #C3DCA5.

Opacity

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

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

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

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

This text has shadow with #C3DCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3DCA5.

Preview

Color preview on black background

This text has color #C3DCA5 on black background.


Color preview on white background

This text has color #C3DCA5 on white background.


Black color preview on #C3DCA5 background

This text has black color on #C3DCA5 background.


White color preview on #C3DCA5 background

This text has white color on #C3DCA5 background.


Related colors

Complementary color

Complementary color for #hex is #3C235A.


I love getcolorcode.com

Triadic colors

1 #A5C3DC and #DCA5C3 with #C3DCA5 are triadic colors.

2 #A5DCC3 and #DCC3A5 with #C3DCA5 are triadic colors.