COLOR #C3DBA7

HEX: #C3DBA7
RGB: (195,219,167)

Color info

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

RGB color model

#C3DBA7 color RGB value is (195,219,167).

  • red value is 195;
  • green value is 219;
  • blue value is 167.
RGB:
(195,219,167)
(76%,86%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 219 of 255 = 86%
B 167 of 255 = 65%

195
219
167

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

Portions of RGB colors in percentages

R + G + B =
195 + 219 + 167 = 581 (100%)
R 195 of 581 ~ 33.56%
G 219 of 581 ~ 37.69%
B 167 of 581 ~ 28.74%

%33.56
%37.69
%28.74

CMYK color model

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

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 14.12%
CMYK:
(11,0,24,14)
C11M0Y24K14 
(11%,0%,24%,14%)
(0.11/0.00/0.24/0.14)	

CMYK percentages

%10.96
%0
%23.74
%14.12

Codes

Color #C3DBA7 in popluar color models

C3DBA7
RGB195219167
HSL88°41.94%75.69%
HSB/HSV88°23.74%85.88%
CMYK10.96%0.00%23.74%
14.12%

Color #C3DBA7 in popluar number systems.

HEXC3DBA7
Decimal195219167
Binary110000111101101110100111
Octal303333247

Shades and tints

Shades of #C3DBA7

#C3DBA7
(195,219,167)
#B2C898
(178,200,152)
#A1B589
(161,181,137)
#90A27A
(144,162,122)
#7F8F6B
(127,143,107)
#6E7C5C
(110,124,92)
#5D694D
(93,105,77)
#4C563E
(76,86,62)
#3B432F
(59,67,47)
#2A3020
(42,48,32)
#191D11
(25,29,17)
#000000
(0,0,0)

Tints of #C3DBA7

#C3DBA7
(195,219,167)
#C8DEAF
(200,222,175)
#CDE1B7
(205,225,183)
#D2E4BF
(210,228,191)
#D7E7C7
(215,231,199)
#DCEACF
(220,234,207)
#E1EDD7
(225,237,215)
#E6F0DF
(230,240,223)
#EBF3E7
(235,243,231)
#F0F6EF
(240,246,239)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DBA7 color. Also use rgb(195,219,167) instead hex code.

Text Font Color

.myTextColor { color: #C3DBA7; }

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

This text font color is #C3DBA7.


Background Color

.myBgColor { background-color: #C3DBA7; }

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

This div background color is #C3DBA7.


Border color

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

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

This div border color is #C3DBA7.


Opacity

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

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

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

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

This text has shadow with #C3DBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DBA7 on black background.


Color preview on white background

This text has color #C3DBA7 on white background.



Black color preview on #C3DBA7 background

This text has black color on #C3DBA7 background.


White color preview on #C3DBA7 background

This text has white color on #C3DBA7 background.