COLOR #C67ED3

HEX: #C67ED3
RGB: (198,126,211)

Color info

#C67ED3 contains mainly red and blue colors. Web safe color of #C67ED3 is #CC66CC (or #C6C).

RGB color model

#C67ED3 color RGB value is (198,126,211).

  • red value is 198;
  • green value is 126;
  • blue value is 211.
RGB:
(198,126,211)
(78%,49%,83%)

RGB channels and saturation

R 198 of 255 = 78%
G 126 of 255 = 49%
B 211 of 255 = 83%

198
126
211

R + G + B ~ 70%. #C67ED3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 126 + 211 = 535 (100%)
R 198 of 535 ~ 37.01%
G 126 of 535 ~ 23.55%
B 211 of 535 ~ 39.44%

%37.01
%23.55
%39.44

CMYK color model

#C67ED3 color CMYK value is (6,40,0,17).

  • cyan value is 6.16%
  • magenta value is 40.28%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(6,40,0,17)
C6M40Y0K17 
(6%,40%,0%,17%)
(0.06/0.40/0.00/0.17)	

CMYK percentages

%6.16
%40.28
%0
%17.25

Codes

Color #C67ED3 in popluar color models

C67ED3
RGB198126211
HSL291°49.13%66.08%
HSB/HSV291°40.28%82.75%
CMYK6.16%40.28%0.00%
17.25%

Color #C67ED3 in popluar number systems.

HEXC67ED3
Decimal198126211
Binary11000110111111011010011
Octal306176323

Shades and tints

Shades of #C67ED3

#C67ED3
(198,126,211)
#B473C0
(180,115,192)
#A268AD
(162,104,173)
#905D9A
(144,93,154)
#7E5287
(126,82,135)
#6C4774
(108,71,116)
#5A3C61
(90,60,97)
#48314E
(72,49,78)
#36263B
(54,38,59)
#241B28
(36,27,40)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #C67ED3

#C67ED3
(198,126,211)
#CB89D7
(203,137,215)
#D094DB
(208,148,219)
#D59FDF
(213,159,223)
#DAAAE3
(218,170,227)
#DFB5E7
(223,181,231)
#E4C0EB
(228,192,235)
#E9CBEF
(233,203,239)
#EED6F3
(238,214,243)
#F3E1F7
(243,225,247)
#F8ECFB
(248,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67ED3 color. Also use rgb(198,126,211) instead hex code.

Text Font Color

.myTextColor { color: #C67ED3; }

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

This text font color is #C67ED3.


Background Color

.myBgColor { background-color: #C67ED3; }

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

This div background color is #C67ED3.


Border color

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

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

This div border color is #C67ED3.


Opacity

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

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

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

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

This text has shadow with #C67ED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67ED3 on black background.


Color preview on white background

This text has color #C67ED3 on white background.



Black color preview on #C67ED3 background

This text has black color on #C67ED3 background.


White color preview on #C67ED3 background

This text has white color on #C67ED3 background.