COLOR #C67DAD

HEX: #C67DAD
RGB: (198,125,173)

Color info

#C67DAD contains mainly red and blue colors. Web safe color of #C67DAD is #CC6699 (or #C69).

RGB color model

#C67DAD color RGB value is (198,125,173).

  • red value is 198;
  • green value is 125;
  • blue value is 173.
RGB:
(198,125,173)
(78%,49%,68%)

RGB channels and saturation

R 198 of 255 = 78%
G 125 of 255 = 49%
B 173 of 255 = 68%

198
125
173

R + G + B ~ 65%. #C67DAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 125 + 173 = 496 (100%)
R 198 of 496 ~ 39.92%
G 125 of 496 ~ 25.2%
B 173 of 496 ~ 34.88%

%39.92
%25.2
%34.88

CMYK color model

#C67DAD color CMYK value is (0,37,13,22).

  • cyan value is 0.00%
  • magenta value is 36.87%
  • yellow value is 12.63%
  • key color value is 22.35%
CMYK:
(0,37,13,22)
C0M37Y13K22 
(0%,37%,13%,22%)
(0.00/0.37/0.13/0.22)	

CMYK percentages

%0
%36.87
%12.63
%22.35

Codes

Color #C67DAD in popluar color models

C67DAD
RGB198125173
HSL321°39.04%63.33%
HSB/HSV321°36.87%77.65%
CMYK0.00%36.87%12.63%
22.35%

Color #C67DAD in popluar number systems.

HEXC67DAD
Decimal198125173
Binary11000110111110110101101
Octal306175255

Shades and tints

Shades of #C67DAD

#C67DAD
(198,125,173)
#B4729E
(180,114,158)
#A2678F
(162,103,143)
#905C80
(144,92,128)
#7E5171
(126,81,113)
#6C4662
(108,70,98)
#5A3B53
(90,59,83)
#483044
(72,48,68)
#362535
(54,37,53)
#241A26
(36,26,38)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #C67DAD

#C67DAD
(198,125,173)
#CB88B4
(203,136,180)
#D093BB
(208,147,187)
#D59EC2
(213,158,194)
#DAA9C9
(218,169,201)
#DFB4D0
(223,180,208)
#E4BFD7
(228,191,215)
#E9CADE
(233,202,222)
#EED5E5
(238,213,229)
#F3E0EC
(243,224,236)
#F8EBF3
(248,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67DAD color. Also use rgb(198,125,173) instead hex code.

Text Font Color

.myTextColor { color: #C67DAD; }

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

This text font color is #C67DAD.


Background Color

.myBgColor { background-color: #C67DAD; }

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

This div background color is #C67DAD.


Border color

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

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

This div border color is #C67DAD.


Opacity

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

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

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

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

This text has shadow with #C67DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67DAD on black background.


Color preview on white background

This text has color #C67DAD on white background.



Black color preview on #C67DAD background

This text has black color on #C67DAD background.


White color preview on #C67DAD background

This text has white color on #C67DAD background.