COLOR #C6AECB

HEX: #C6AECB
RGB: (198,174,203)

Color info

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

RGB color model

#C6AECB color RGB value is (198,174,203).

  • red value is 198;
  • green value is 174;
  • blue value is 203.
RGB:
(198,174,203)
(78%,68%,80%)

RGB channels and saturation

R 198 of 255 = 78%
G 174 of 255 = 68%
B 203 of 255 = 80%

198
174
203

R + G + B ~ 75%. #C6AECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 174 + 203 = 575 (100%)
R 198 of 575 ~ 34.43%
G 174 of 575 ~ 30.26%
B 203 of 575 ~ 35.3%

%34.43
%30.26
%35.3

CMYK color model

#C6AECB color CMYK value is (2,14,0,20).

  • cyan value is 2.46%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(2,14,0,20)
C2M14Y0K20 
(2%,14%,0%,20%)
(0.02/0.14/0.00/0.20)	

CMYK percentages

%2.46
%14.29
%0
%20.39

Codes

Color #C6AECB in popluar color models

C6AECB
RGB198174203
HSL290°21.80%73.92%
HSB/HSV290°14.29%79.61%
CMYK2.46%14.29%0.00%
20.39%

Color #C6AECB in popluar number systems.

HEXC6AECB
Decimal198174203
Binary110001101010111011001011
Octal306256313

Shades and tints

Shades of #C6AECB

#C6AECB
(198,174,203)
#B49FB9
(180,159,185)
#A290A7
(162,144,167)
#908195
(144,129,149)
#7E7283
(126,114,131)
#6C6371
(108,99,113)
#5A545F
(90,84,95)
#48454D
(72,69,77)
#36363B
(54,54,59)
#242729
(36,39,41)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #C6AECB

#C6AECB
(198,174,203)
#CBB5CF
(203,181,207)
#D0BCD3
(208,188,211)
#D5C3D7
(213,195,215)
#DACADB
(218,202,219)
#DFD1DF
(223,209,223)
#E4D8E3
(228,216,227)
#E9DFE7
(233,223,231)
#EEE6EB
(238,230,235)
#F3EDEF
(243,237,239)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AECB color. Also use rgb(198,174,203) instead hex code.

Text Font Color

.myTextColor { color: #C6AECB; }

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

This text font color is #C6AECB.


Background Color

.myBgColor { background-color: #C6AECB; }

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

This div background color is #C6AECB.


Border color

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

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

This div border color is #C6AECB.


Opacity

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

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

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

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

This text has shadow with #C6AECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AECB on black background.


Color preview on white background

This text has color #C6AECB on white background.



Black color preview on #C6AECB background

This text has black color on #C6AECB background.


White color preview on #C6AECB background

This text has white color on #C6AECB background.