COLOR #C68EAC

HEX: #C68EAC RGB: (198,142,172)

Color info

#C68EAC contains red, green and blue colors in about the same proportion. Web safe color of #C68EAC is #CC9999 (or #C99).

RGB color model

#C68EAC color RGB value is (198,142,172).

RGB: (198,142,172) (78%, 56%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 142 of 255 = 56%
B 172 of 255 = 67%

198
142
172

R + G + B ~ 67%. #C68EAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 142 + 172 = 512 (100%)
R 198 of 512 ~ 38.67%
G 142 of 512 ~ 27.73%
B 172 of 512 ~ 33.59'%

%38.67
%27.73
%33.59

CMYK color model

#C68EAC color CMYK value is (0,28,13,22).

  • cyan value is 0.00%
  • magenta value is 28.28%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK: (0,28,13,22) C0M28Y13K22 (0%,28%,13%,22%) (0.00/0.28/0.13/0.22) 

CMYK percentages

%0
%28.28
%13.13
%22.35

Codes

Color #C68EAC in popluar color models

C6 8E AC
RGB 198 142 172
HSL 328° 32.94% 66.67%
HSB/HSV 328° 28.28% 77.65%
CMYK 0.00% 28.28% 13.13%
22.35%

Color #C68EAC in popluar number systems.

HEX C6 8E AC
Decimal 198 142 172
Binary 11000110 10001110 10101100
Octal 306 216 254

Shades and tints

Shades of #C68EAC

#C68EAC
(198,142,172)
#B4829D
(180,130,157)
#A2768E
(162,118,142)
#906A7F
(144,106,127)
#7E5E70
(126,94,112)
#6C5261
(108,82,97)
#5A4652
(90,70,82)
#483A43
(72,58,67)
#362E34
(54,46,52)
#242225
(36,34,37)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #C68EAC

#C68EAC
(198,142,172)
#CB98B3
(203,152,179)
#D0A2BA
(208,162,186)
#D5ACC1
(213,172,193)
#DAB6C8
(218,182,200)
#DFC0CF
(223,192,207)
#E4CAD6
(228,202,214)
#E9D4DD
(233,212,221)
#EEDEE4
(238,222,228)
#F3E8EB
(243,232,235)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68EAC color. Also use rgb(198,142,172) instead hex code.

Text Font Color

.myTextColor { color: #C68EAC; }

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

This text font color is #C68EAC.

Background Color

.myBgColor { background-color: #C68EAC; }

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

This div background color is #C68EAC.

Border color

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

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

This div border color is #C68EAC.

Opacity

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

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

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

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

This text has shadow with #C68EAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68EAC.

Preview

Color preview on black background

This text has color #C68EAC on black background.


Color preview on white background

This text has color #C68EAC on white background.


Black color preview on #C68EAC background

This text has black color on #C68EAC background.


White color preview on #C68EAC background

This text has white color on #C68EAC background.


Related colors

Complementary color

Complementary color for #hex is #397153.


I love getcolorcode.com

Triadic colors

1 #ACC68E and #8EACC6 with #C68EAC are triadic colors.

2 #AC8EC6 and #8EC6AC with #C68EAC are triadic colors.