COLOR #C3B2DB

HEX: #C3B2DB RGB: (195,178,219)

Color info

#C3B2DB contains red, green and blue colors in about the same proportion. Web safe color of #C3B2DB is #CC99CC (or #C9C).

RGB color model

#C3B2DB color RGB value is (195,178,219).

RGB: (195,178,219) (76%, 70%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 178 of 255 = 70%
B 219 of 255 = 86%

195
178
219

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

Portions of RGB colors in percentages

R + G + B = 195 + 178 + 219 = 592 (100%)
R 195 of 592 ~ 32.94%
G 178 of 592 ~ 30.07%
B 219 of 592 ~ 36.99'%

%32.94
%30.07
%36.99

CMYK color model

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

  • cyan value is 10.96%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (11,19,0,14) C11M19Y0K14 (11%,19%,0%,14%) (0.11/0.19/0.00/0.14) 

CMYK percentages

%10.96
%18.72
%0
%14.12

Codes

Color #C3B2DB in popluar color models

C3 B2 DB
RGB 195 178 219
HSL 265° 36.28% 77.84%
HSB/HSV 265° 18.72% 85.88%
CMYK 10.96% 18.72% 0.00%
14.12%

Color #C3B2DB in popluar number systems.

HEX C3 B2 DB
Decimal 195 178 219
Binary 11000011 10110010 11011011
Octal 303 262 333

Shades and tints

Shades of #C3B2DB

#C3B2DB
(195,178,219)
#B2A2C8
(178,162,200)
#A192B5
(161,146,181)
#9082A2
(144,130,162)
#7F728F
(127,114,143)
#6E627C
(110,98,124)
#5D5269
(93,82,105)
#4C4256
(76,66,86)
#3B3243
(59,50,67)
#2A2230
(42,34,48)
#19121D
(25,18,29)
#000000
(0,0,0)

Tints of #C3B2DB

#C3B2DB
(195,178,219)
#C8B9DE
(200,185,222)
#CDC0E1
(205,192,225)
#D2C7E4
(210,199,228)
#D7CEE7
(215,206,231)
#DCD5EA
(220,213,234)
#E1DCED
(225,220,237)
#E6E3F0
(230,227,240)
#EBEAF3
(235,234,243)
#F0F1F6
(240,241,246)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B2DB; }

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

This text font color is #C3B2DB.

Background Color

.myBgColor { background-color: #C3B2DB; }

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

This div background color is #C3B2DB.

Border color

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

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

This div border color is #C3B2DB.

Opacity

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

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

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

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

This text has shadow with #C3B2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B2DB.

Preview

Color preview on black background

This text has color #C3B2DB on black background.


Color preview on white background

This text has color #C3B2DB on white background.


Black color preview on #C3B2DB background

This text has black color on #C3B2DB background.


White color preview on #C3B2DB background

This text has white color on #C3B2DB background.


Related colors

Complementary color

Complementary color for #hex is #3C4D24.


I love getcolorcode.com

Triadic colors

1 #DBC3B2 and #B2DBC3 with #C3B2DB are triadic colors.

2 #DBB2C3 and #B2C3DB with #C3B2DB are triadic colors.