COLOR #C3DEA6

HEX: #C3DEA6 RGB: (195,222,166)

Color info

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

RGB color model

#C3DEA6 color RGB value is (195,222,166).

RGB: (195,222,166) (76%, 87%, 65%)

RGB channels and saturation

R 195 of 255 = 76%
G 222 of 255 = 87%
B 166 of 255 = 65%

195
222
166

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

Portions of RGB colors in percentages

R + G + B = 195 + 222 + 166 = 583 (100%)
R 195 of 583 ~ 33.45%
G 222 of 583 ~ 38.08%
B 166 of 583 ~ 28.47'%

%33.45
%38.08
%28.47

CMYK color model

#C3DEA6 color CMYK value is (12,0,25,13).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 25.23%
  • key color value is 12.94%

CMYK: (12,0,25,13)
C12M0Y25K13 (12%, 0%, 25%, 13%)
(0.12 / 0.00 / 0.25 / 0.13)

CMYK percentages

%12.16
%0
%25.23
%12.94

Codes

Color #C3DEA6 in popluar color models

C3 DE A6
RGB 195 222 166
HSL 89° 45.90% 76.08%
HSB/HSV 89° 25.23% 87.06%
CMYK 12.16% 0.00% 25.23%
12.94%

Color #C3DEA6 in popluar number systems.

HEX C3 DE A6
Decimal 195 222 166
Binary 11000011 11011110 10100110
Octal 303 336 246

Shades and tints

Shades of #C3DEA6

#C3DEA6
(195,222,166)
#B2CA97
(178,202,151)
#A1B688
(161,182,136)
#90A279
(144,162,121)
#7F8E6A
(127,142,106)
#6E7A5B
(110,122,91)
#5D664C
(93,102,76)
#4C523D
(76,82,61)
#3B3E2E
(59,62,46)
#2A2A1F
(42,42,31)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #C3DEA6

#C3DEA6
(195,222,166)
#C8E1AE
(200,225,174)
#CDE4B6
(205,228,182)
#D2E7BE
(210,231,190)
#D7EAC6
(215,234,198)
#DCEDCE
(220,237,206)
#E1F0D6
(225,240,214)
#E6F3DE
(230,243,222)
#EBF6E6
(235,246,230)
#F0F9EE
(240,249,238)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DEA6 color. Also use rgb(195,222,166) instead hex code.

Text Font Color

.myTextColor { color: #C3DEA6; }

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

This text font color is #C3DEA6.

Background Color

.myBgColor { background-color: #C3DEA6; }

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

This div background color is #C3DEA6.

Border color

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

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

This div border color is #C3DEA6.

Opacity

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

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

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

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

This text has shadow with #C3DEA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3DEA6.

Preview

Color preview on black background

This text has color #C3DEA6 on black background.


Color preview on white background

This text has color #C3DEA6 on white background.


Black color preview on #C3DEA6 background

This text has black color on #C3DEA6 background.


White color preview on #C3DEA6 background

This text has white color on #C3DEA6 background.


Related colors

Complementary color

Complementary color for #hex is #3C2159.


I love getcolorcode.com

Triadic colors

1 #A6C3DE and #DEA6C3 with #C3DEA6 are triadic colors.

2 #A6DEC3 and #DEC3A6 with #C3DEA6 are triadic colors.