COLOR #C3BDDB

HEX: #C3BDDB RGB: (195,189,219)

Color info

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

RGB color model

#C3BDDB color RGB value is (195,189,219).

RGB: (195,189,219) (76%, 74%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 189 of 255 = 74%
B 219 of 255 = 86%

195
189
219

R + G + B ~ 79%. #C3BDDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 189 + 219 = 603 (100%)
R 195 of 603 ~ 32.34%
G 189 of 603 ~ 31.34%
B 219 of 603 ~ 36.32'%

%32.34
%31.34
%36.32

CMYK color model

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

  • cyan value is 10.96%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (11,14,0,14)
C11M14Y0K14 (11%, 14%, 0%, 14%)
(0.11 / 0.14 / 0.00 / 0.14)

CMYK percentages

%10.96
%13.7
%0
%14.12

Codes

Color #C3BDDB in popluar color models

C3 BD DB
RGB 195 189 219
HSL 252° 29.41% 80.00%
HSB/HSV 252° 13.70% 85.88%
CMYK 10.96% 13.70% 0.00%
14.12%

Color #C3BDDB in popluar number systems.

HEX C3 BD DB
Decimal 195 189 219
Binary 11000011 10111101 11011011
Octal 303 275 333

Shades and tints

Shades of #C3BDDB

#C3BDDB
(195,189,219)
#B2ACC8
(178,172,200)
#A19BB5
(161,155,181)
#908AA2
(144,138,162)
#7F798F
(127,121,143)
#6E687C
(110,104,124)
#5D5769
(93,87,105)
#4C4656
(76,70,86)
#3B3543
(59,53,67)
#2A2430
(42,36,48)
#19131D
(25,19,29)
#000000
(0,0,0)

Tints of #C3BDDB

#C3BDDB
(195,189,219)
#C8C3DE
(200,195,222)
#CDC9E1
(205,201,225)
#D2CFE4
(210,207,228)
#D7D5E7
(215,213,231)
#DCDBEA
(220,219,234)
#E1E1ED
(225,225,237)
#E6E7F0
(230,231,240)
#EBEDF3
(235,237,243)
#F0F3F6
(240,243,246)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BDDB; }

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

This text font color is #C3BDDB.

Background Color

.myBgColor { background-color: #C3BDDB; }

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

This div background color is #C3BDDB.

Border color

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

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

This div border color is #C3BDDB.

Opacity

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

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

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

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

This text has shadow with #C3BDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BDDB.

Preview

Color preview on black background

This text has color #C3BDDB on black background.


Color preview on white background

This text has color #C3BDDB on white background.


Black color preview on #C3BDDB background

This text has black color on #C3BDDB background.


White color preview on #C3BDDB background

This text has white color on #C3BDDB background.


Related colors

Complementary color

Complementary color for #hex is #3C4224.


I love getcolorcode.com

Triadic colors

1 #DBC3BD and #BDDBC3 with #C3BDDB are triadic colors.

2 #DBBDC3 and #BDC3DB with #C3BDDB are triadic colors.