COLOR #C3D1B5

HEX: #C3D1B5
RGB: (195,209,181)

Color info

#C3D1B5 contains red, green and blue colors in about the same proportion. Web safe color of #C3D1B5 is #CCCCCC (or #CCC).

RGB color model

#C3D1B5 color RGB value is (195,209,181).

  • red value is 195;
  • green value is 209;
  • blue value is 181.
RGB:
(195,209,181)
(76%,82%,71%)

RGB channels and saturation

R 195 of 255 = 76%
G 209 of 255 = 82%
B 181 of 255 = 71%

195
209
181

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

Portions of RGB colors in percentages

R + G + B =
195 + 209 + 181 = 585 (100%)
R 195 of 585 ~ 33.33%
G 209 of 585 ~ 35.73%
B 181 of 585 ~ 30.94%

%33.33
%35.73
%30.94

CMYK color model

#C3D1B5 color CMYK value is (7,0,13,18).

  • cyan value is 6.70%
  • magenta value is 0.00%
  • yellow value is 13.40%
  • key color value is 18.04%
CMYK:
(7,0,13,18)
C7M0Y13K18 
(7%,0%,13%,18%)
(0.07/0.00/0.13/0.18)	

CMYK percentages

%6.7
%0
%13.4
%18.04

Codes

Color #C3D1B5 in popluar color models

C3D1B5
RGB195209181
HSL90°23.33%76.47%
HSB/HSV90°13.40%81.96%
CMYK6.70%0.00%13.40%
18.04%

Color #C3D1B5 in popluar number systems.

HEXC3D1B5
Decimal195209181
Binary110000111101000110110101
Octal303321265

Shades and tints

Shades of #C3D1B5

#C3D1B5
(195,209,181)
#B2BEA5
(178,190,165)
#A1AB95
(161,171,149)
#909885
(144,152,133)
#7F8575
(127,133,117)
#6E7265
(110,114,101)
#5D5F55
(93,95,85)
#4C4C45
(76,76,69)
#3B3935
(59,57,53)
#2A2625
(42,38,37)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #C3D1B5

#C3D1B5
(195,209,181)
#C8D5BB
(200,213,187)
#CDD9C1
(205,217,193)
#D2DDC7
(210,221,199)
#D7E1CD
(215,225,205)
#DCE5D3
(220,229,211)
#E1E9D9
(225,233,217)
#E6EDDF
(230,237,223)
#EBF1E5
(235,241,229)
#F0F5EB
(240,245,235)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D1B5 color. Also use rgb(195,209,181) instead hex code.

Text Font Color

.myTextColor { color: #C3D1B5; }

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

This text font color is #C3D1B5.


Background Color

.myBgColor { background-color: #C3D1B5; }

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

This div background color is #C3D1B5.


Border color

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

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

This div border color is #C3D1B5.


Opacity

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

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

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

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

This text has shadow with #C3D1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D1B5 on black background.


Color preview on white background

This text has color #C3D1B5 on white background.



Black color preview on #C3D1B5 background

This text has black color on #C3D1B5 background.


White color preview on #C3D1B5 background

This text has white color on #C3D1B5 background.