COLOR #C3AEDB

HEX: #C3AEDB RGB: (195,174,219)

Color info

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

RGB color model

#C3AEDB color RGB value is (195,174,219).

RGB: (195,174,219) (76%, 68%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 174 of 255 = 68%
B 219 of 255 = 86%

195
174
219

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

Portions of RGB colors in percentages

R + G + B = 195 + 174 + 219 = 588 (100%)
R 195 of 588 ~ 33.16%
G 174 of 588 ~ 29.59%
B 219 of 588 ~ 37.24'%

%33.16
%29.59
%37.24

CMYK color model

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

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

CMYK: (11,21,0,14)
C11M21Y0K14 (11%, 21%, 0%, 14%)
(0.11 / 0.21 / 0.00 / 0.14)

CMYK percentages

%10.96
%20.55
%0
%14.12

Codes

Color #C3AEDB in popluar color models

C3 AE DB
RGB 195 174 219
HSL 268° 38.46% 77.06%
HSB/HSV 268° 20.55% 85.88%
CMYK 10.96% 20.55% 0.00%
14.12%

Color #C3AEDB in popluar number systems.

HEX C3 AE DB
Decimal 195 174 219
Binary 11000011 10101110 11011011
Octal 303 256 333

Shades and tints

Shades of #C3AEDB

#C3AEDB
(195,174,219)
#B29FC8
(178,159,200)
#A190B5
(161,144,181)
#9081A2
(144,129,162)
#7F728F
(127,114,143)
#6E637C
(110,99,124)
#5D5469
(93,84,105)
#4C4556
(76,69,86)
#3B3643
(59,54,67)
#2A2730
(42,39,48)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #C3AEDB

#C3AEDB
(195,174,219)
#C8B5DE
(200,181,222)
#CDBCE1
(205,188,225)
#D2C3E4
(210,195,228)
#D7CAE7
(215,202,231)
#DCD1EA
(220,209,234)
#E1D8ED
(225,216,237)
#E6DFF0
(230,223,240)
#EBE6F3
(235,230,243)
#F0EDF6
(240,237,246)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AEDB; }

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

This text font color is #C3AEDB.

Background Color

.myBgColor { background-color: #C3AEDB; }

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

This div background color is #C3AEDB.

Border color

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

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

This div border color is #C3AEDB.

Opacity

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

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

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

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

This text has shadow with #C3AEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3AEDB.

Preview

Color preview on black background

This text has color #C3AEDB on black background.


Color preview on white background

This text has color #C3AEDB on white background.


Black color preview on #C3AEDB background

This text has black color on #C3AEDB background.


White color preview on #C3AEDB background

This text has white color on #C3AEDB background.


Related colors

Complementary color

Complementary color for #hex is #3C5124.


I love getcolorcode.com

Triadic colors

1 #DBC3AE and #AEDBC3 with #C3AEDB are triadic colors.

2 #DBAEC3 and #AEC3DB with #C3AEDB are triadic colors.