COLOR #C6B8EA

HEX: #C6B8EA
RGB: (198,184,234)

Color info

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

RGB color model

#C6B8EA color RGB value is (198,184,234).

  • red value is 198;
  • green value is 184;
  • blue value is 234.
RGB:
(198,184,234)
(78%,72%,92%)

RGB channels and saturation

R 198 of 255 = 78%
G 184 of 255 = 72%
B 234 of 255 = 92%

198
184
234

R + G + B ~ 81%. #C6B8EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 184 + 234 = 616 (100%)
R 198 of 616 ~ 32.14%
G 184 of 616 ~ 29.87%
B 234 of 616 ~ 37.99%

%32.14
%29.87
%37.99

CMYK color model

#C6B8EA color CMYK value is (15,21,0,8).

  • cyan value is 15.38%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(15,21,0,8)
C15M21Y0K8 
(15%,21%,0%,8%)
(0.15/0.21/0.00/0.08)	

CMYK percentages

%15.38
%21.37
%0
%8.24

Codes

Color #C6B8EA in popluar color models

C6B8EA
RGB198184234
HSL257°54.35%81.96%
HSB/HSV257°21.37%91.76%
CMYK15.38%21.37%0.00%
8.24%

Color #C6B8EA in popluar number systems.

HEXC6B8EA
Decimal198184234
Binary110001101011100011101010
Octal306270352

Shades and tints

Shades of #C6B8EA

#C6B8EA
(198,184,234)
#B4A8D5
(180,168,213)
#A298C0
(162,152,192)
#9088AB
(144,136,171)
#7E7896
(126,120,150)
#6C6881
(108,104,129)
#5A586C
(90,88,108)
#484857
(72,72,87)
#363842
(54,56,66)
#24282D
(36,40,45)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #C6B8EA

#C6B8EA
(198,184,234)
#CBBEEB
(203,190,235)
#D0C4EC
(208,196,236)
#D5CAED
(213,202,237)
#DAD0EE
(218,208,238)
#DFD6EF
(223,214,239)
#E4DCF0
(228,220,240)
#E9E2F1
(233,226,241)
#EEE8F2
(238,232,242)
#F3EEF3
(243,238,243)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B8EA; }

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

This text font color is #C6B8EA.


Background Color

.myBgColor { background-color: #C6B8EA; }

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

This div background color is #C6B8EA.


Border color

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

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

This div border color is #C6B8EA.


Opacity

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

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

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

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

This text has shadow with #C6B8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B8EA on black background.


Color preview on white background

This text has color #C6B8EA on white background.



Black color preview on #C6B8EA background

This text has black color on #C6B8EA background.


White color preview on #C6B8EA background

This text has white color on #C6B8EA background.