COLOR #C6B6EA

HEX: #C6B6EA RGB: (198,182,234)

Color info

#C6B6EA contains red, green and blue colors in about the same proportion. Web safe color of #C6B6EA is #CCCCFF (or #CCF).

RGB color model

#C6B6EA color RGB value is (198,182,234).

RGB: (198,182,234) (78%, 71%, 92%)

RGB channels and saturation

R 198 of 255 = 78%
G 182 of 255 = 71%
B 234 of 255 = 92%

198
182
234

R + G + B ~ 80%. #C6B6EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 182 + 234 = 614 (100%)
R 198 of 614 ~ 32.25%
G 182 of 614 ~ 29.64%
B 234 of 614 ~ 38.11'%

%32.25
%29.64
%38.11

CMYK color model

#C6B6EA color CMYK value is (15,22,0,8).

  • cyan value is 15.38%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (15,22,0,8)
C15M22Y0K8 (15%, 22%, 0%, 8%)
(0.15 / 0.22 / 0.00 / 0.08)

CMYK percentages

%15.38
%22.22
%0
%8.24

Codes

Color #C6B6EA in popluar color models

C6 B6 EA
RGB 198 182 234
HSL 258° 55.32% 81.57%
HSB/HSV 258° 22.22% 91.76%
CMYK 15.38% 22.22% 0.00%
8.24%

Color #C6B6EA in popluar number systems.

HEX C6 B6 EA
Decimal 198 182 234
Binary 11000110 10110110 11101010
Octal 306 266 352

Shades and tints

Shades of #C6B6EA

#C6B6EA
(198,182,234)
#B4A6D5
(180,166,213)
#A296C0
(162,150,192)
#9086AB
(144,134,171)
#7E7696
(126,118,150)
#6C6681
(108,102,129)
#5A566C
(90,86,108)
#484657
(72,70,87)
#363642
(54,54,66)
#24262D
(36,38,45)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #C6B6EA

#C6B6EA
(198,182,234)
#CBBCEB
(203,188,235)
#D0C2EC
(208,194,236)
#D5C8ED
(213,200,237)
#DACEEE
(218,206,238)
#DFD4EF
(223,212,239)
#E4DAF0
(228,218,240)
#E9E0F1
(233,224,241)
#EEE6F2
(238,230,242)
#F3ECF3
(243,236,243)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B6EA color. Also use rgb(198,182,234) instead hex code.

Text Font Color

.myTextColor { color: #C6B6EA; }

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

This text font color is #C6B6EA.

Background Color

.myBgColor { background-color: #C6B6EA; }

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

This div background color is #C6B6EA.

Border color

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

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

This div border color is #C6B6EA.

Opacity

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

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

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

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

This text has shadow with #C6B6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B6EA.

Preview

Color preview on black background

This text has color #C6B6EA on black background.


Color preview on white background

This text has color #C6B6EA on white background.


Black color preview on #C6B6EA background

This text has black color on #C6B6EA background.


White color preview on #C6B6EA background

This text has white color on #C6B6EA background.


Related colors

Complementary color

Complementary color for #hex is #394915.


I love getcolorcode.com

Triadic colors

1 #EAC6B6 and #B6EAC6 with #C6B6EA are triadic colors.

2 #EAB6C6 and #B6C6EA with #C6B6EA are triadic colors.