COLOR #C3DDAB

HEX: #C3DDAB RGB: (195,221,171)

Color info

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

RGB color model

#C3DDAB color RGB value is (195,221,171).

RGB: (195,221,171) (76%, 87%, 67%)

RGB channels and saturation

R 195 of 255 = 76%
G 221 of 255 = 87%
B 171 of 255 = 67%

195
221
171

R + G + B ~ 77%. #C3DDAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 221 + 171 = 587 (100%)
R 195 of 587 ~ 33.22%
G 221 of 587 ~ 37.65%
B 171 of 587 ~ 29.13'%

%33.22
%37.65
%29.13

CMYK color model

#C3DDAB color CMYK value is (12,0,23,13).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 13.33%

CMYK: (12,0,23,13)
C12M0Y23K13 (12%, 0%, 23%, 13%)
(0.12 / 0.00 / 0.23 / 0.13)

CMYK percentages

%11.76
%0
%22.62
%13.33

Codes

Color #C3DDAB in popluar color models

C3 DD AB
RGB 195 221 171
HSL 91° 42.37% 76.86%
HSB/HSV 91° 22.62% 86.67%
CMYK 11.76% 0.00% 22.62%
13.33%

Color #C3DDAB in popluar number systems.

HEX C3 DD AB
Decimal 195 221 171
Binary 11000011 11011101 10101011
Octal 303 335 253

Shades and tints

Shades of #C3DDAB

#C3DDAB
(195,221,171)
#B2C99C
(178,201,156)
#A1B58D
(161,181,141)
#90A17E
(144,161,126)
#7F8D6F
(127,141,111)
#6E7960
(110,121,96)
#5D6551
(93,101,81)
#4C5142
(76,81,66)
#3B3D33
(59,61,51)
#2A2924
(42,41,36)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #C3DDAB

#C3DDAB
(195,221,171)
#C8E0B2
(200,224,178)
#CDE3B9
(205,227,185)
#D2E6C0
(210,230,192)
#D7E9C7
(215,233,199)
#DCECCE
(220,236,206)
#E1EFD5
(225,239,213)
#E6F2DC
(230,242,220)
#EBF5E3
(235,245,227)
#F0F8EA
(240,248,234)
#F5FBF1
(245,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DDAB color. Also use rgb(195,221,171) instead hex code.

Text Font Color

.myTextColor { color: #C3DDAB; }

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

This text font color is #C3DDAB.

Background Color

.myBgColor { background-color: #C3DDAB; }

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

This div background color is #C3DDAB.

Border color

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

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

This div border color is #C3DDAB.

Opacity

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

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

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

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

This text has shadow with #C3DDAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3DDAB.

Preview

Color preview on black background

This text has color #C3DDAB on black background.


Color preview on white background

This text has color #C3DDAB on white background.


Black color preview on #C3DDAB background

This text has black color on #C3DDAB background.


White color preview on #C3DDAB background

This text has white color on #C3DDAB background.


Related colors

Complementary color

Complementary color for #hex is #3C2254.


I love getcolorcode.com

Triadic colors

1 #ABC3DD and #DDABC3 with #C3DDAB are triadic colors.

2 #ABDDC3 and #DDC3AB with #C3DDAB are triadic colors.