COLOR #C3BDCA

HEX: #C3BDCA RGB: (195,189,202)

Color info

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

RGB color model

#C3BDCA color RGB value is (195,189,202).

RGB: (195,189,202) (76%, 74%, 79%)

RGB channels and saturation

R 195 of 255 = 76%
G 189 of 255 = 74%
B 202 of 255 = 79%

195
189
202

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

Portions of RGB colors in percentages

R + G + B = 195 + 189 + 202 = 586 (100%)
R 195 of 586 ~ 33.28%
G 189 of 586 ~ 32.25%
B 202 of 586 ~ 34.47'%

%33.28
%32.25
%34.47

CMYK color model

#C3BDCA color CMYK value is (3,6,0,21).

  • cyan value is 3.47%
  • magenta value is 6.44%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (3,6,0,21) C3M6Y0K21 (3%,6%,0%,21%) (0.03/0.06/0.00/0.21) 

CMYK percentages

%3.47
%6.44
%0
%20.78

Codes

Color #C3BDCA in popluar color models

C3 BD CA
RGB 195 189 202
HSL 268° 10.92% 76.67%
HSB/HSV 268° 6.44% 79.22%
CMYK 3.47% 6.44% 0.00%
20.78%

Color #C3BDCA in popluar number systems.

HEX C3 BD CA
Decimal 195 189 202
Binary 11000011 10111101 11001010
Octal 303 275 312

Shades and tints

Shades of #C3BDCA

#C3BDCA
(195,189,202)
#B2ACB8
(178,172,184)
#A19BA6
(161,155,166)
#908A94
(144,138,148)
#7F7982
(127,121,130)
#6E6870
(110,104,112)
#5D575E
(93,87,94)
#4C464C
(76,70,76)
#3B353A
(59,53,58)
#2A2428
(42,36,40)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #C3BDCA

#C3BDCA
(195,189,202)
#C8C3CE
(200,195,206)
#CDC9D2
(205,201,210)
#D2CFD6
(210,207,214)
#D7D5DA
(215,213,218)
#DCDBDE
(220,219,222)
#E1E1E2
(225,225,226)
#E6E7E6
(230,231,230)
#EBEDEA
(235,237,234)
#F0F3EE
(240,243,238)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BDCA color. Also use rgb(195,189,202) instead hex code.

Text Font Color

.myTextColor { color: #C3BDCA; }

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

This text font color is #C3BDCA.

Background Color

.myBgColor { background-color: #C3BDCA; }

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

This div background color is #C3BDCA.

Border color

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

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

This div border color is #C3BDCA.

Opacity

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

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

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

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

This text has shadow with #C3BDCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BDCA.

Preview

Color preview on black background

This text has color #C3BDCA on black background.


Color preview on white background

This text has color #C3BDCA on white background.


Black color preview on #C3BDCA background

This text has black color on #C3BDCA background.


White color preview on #C3BDCA background

This text has white color on #C3BDCA background.


Related colors

Complementary color

Complementary color for #hex is #3C4235.


I love getcolorcode.com

Triadic colors

1 #CAC3BD and #BDCAC3 with #C3BDCA are triadic colors.

2 #CABDC3 and #BDC3CA with #C3BDCA are triadic colors.