COLOR #C6B7EA

HEX: #C6B7EA RGB: (198,183,234)

Color info

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

RGB color model

#C6B7EA color RGB value is (198,183,234).

RGB: (198,183,234) (78%, 72%, 92%)

RGB channels and saturation

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

198
183
234

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

Portions of RGB colors in percentages

R + G + B = 198 + 183 + 234 = 615 (100%)
R 198 of 615 ~ 32.2%
G 183 of 615 ~ 29.76%
B 234 of 615 ~ 38.05'%

%32.2
%29.76
%38.05

CMYK color model

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

  • cyan value is 15.38%
  • magenta value is 21.79%
  • 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
%21.79
%0
%8.24

Codes

Color #C6B7EA in popluar color models

C6 B7 EA
RGB 198 183 234
HSL 258° 54.84% 81.76%
HSB/HSV 258° 21.79% 91.76%
CMYK 15.38% 21.79% 0.00%
8.24%

Color #C6B7EA in popluar number systems.

HEX C6 B7 EA
Decimal 198 183 234
Binary 11000110 10110111 11101010
Octal 306 267 352

Shades and tints

Shades of #C6B7EA

#C6B7EA
(198,183,234)
#B4A7D5
(180,167,213)
#A297C0
(162,151,192)
#9087AB
(144,135,171)
#7E7796
(126,119,150)
#6C6781
(108,103,129)
#5A576C
(90,87,108)
#484757
(72,71,87)
#363742
(54,55,66)
#24272D
(36,39,45)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6B7EA

#C6B7EA
(198,183,234)
#CBBDEB
(203,189,235)
#D0C3EC
(208,195,236)
#D5C9ED
(213,201,237)
#DACFEE
(218,207,238)
#DFD5EF
(223,213,239)
#E4DBF0
(228,219,240)
#E9E1F1
(233,225,241)
#EEE7F2
(238,231,242)
#F3EDF3
(243,237,243)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B7EA; }

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

This text font color is #C6B7EA.

Background Color

.myBgColor { background-color: #C6B7EA; }

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

This div background color is #C6B7EA.

Border color

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

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

This div border color is #C6B7EA.

Opacity

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

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

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

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

This text has shadow with #C6B7EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B7EA.

Preview

Color preview on black background

This text has color #C6B7EA on black background.


Color preview on white background

This text has color #C6B7EA on white background.


Black color preview on #C6B7EA background

This text has black color on #C6B7EA background.


White color preview on #C6B7EA background

This text has white color on #C6B7EA background.


Related colors

Complementary color

Complementary color for #hex is #394815.


I love getcolorcode.com

Triadic colors

1 #EAC6B7 and #B7EAC6 with #C6B7EA are triadic colors.

2 #EAB7C6 and #B7C6EA with #C6B7EA are triadic colors.