COLOR #C67EAB

HEX: #C67EAB RGB: (198,126,171)

Color info

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

RGB color model

#C67EAB color RGB value is (198,126,171).

RGB: (198,126,171) (78%, 49%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 126 of 255 = 49%
B 171 of 255 = 67%

198
126
171

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

Portions of RGB colors in percentages

R + G + B = 198 + 126 + 171 = 495 (100%)
R 198 of 495 ~ 40%
G 126 of 495 ~ 25.45%
B 171 of 495 ~ 34.55'%

%40
%25.45
%34.55

CMYK color model

#C67EAB color CMYK value is (0,36,14,22).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 13.64%
  • key color value is 22.35%

CMYK: (0,36,14,22)
C0M36Y14K22 (0%, 36%, 14%, 22%)
(0.00 / 0.36 / 0.14 / 0.22)

CMYK percentages

%0
%36.36
%13.64
%22.35

Codes

Color #C67EAB in popluar color models

C6 7E AB
RGB 198 126 171
HSL 323° 38.71% 63.53%
HSB/HSV 323° 36.36% 77.65%
CMYK 0.00% 36.36% 13.64%
22.35%

Color #C67EAB in popluar number systems.

HEX C6 7E AB
Decimal 198 126 171
Binary 11000110 1111110 10101011
Octal 306 176 253

Shades and tints

Shades of #C67EAB

#C67EAB
(198,126,171)
#B4739C
(180,115,156)
#A2688D
(162,104,141)
#905D7E
(144,93,126)
#7E526F
(126,82,111)
#6C4760
(108,71,96)
#5A3C51
(90,60,81)
#483142
(72,49,66)
#362633
(54,38,51)
#241B24
(36,27,36)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #C67EAB

#C67EAB
(198,126,171)
#CB89B2
(203,137,178)
#D094B9
(208,148,185)
#D59FC0
(213,159,192)
#DAAAC7
(218,170,199)
#DFB5CE
(223,181,206)
#E4C0D5
(228,192,213)
#E9CBDC
(233,203,220)
#EED6E3
(238,214,227)
#F3E1EA
(243,225,234)
#F8ECF1
(248,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C67EAB; }

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

This text font color is #C67EAB.

Background Color

.myBgColor { background-color: #C67EAB; }

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

This div background color is #C67EAB.

Border color

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

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

This div border color is #C67EAB.

Opacity

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

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

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

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

This text has shadow with #C67EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C67EAB.

Preview

Color preview on black background

This text has color #C67EAB on black background.


Color preview on white background

This text has color #C67EAB on white background.


Black color preview on #C67EAB background

This text has black color on #C67EAB background.


White color preview on #C67EAB background

This text has white color on #C67EAB background.


Related colors

Complementary color

Complementary color for #hex is #398154.


I love getcolorcode.com

Triadic colors

1 #ABC67E and #7EABC6 with #C67EAB are triadic colors.

2 #AB7EC6 and #7EC6AB with #C67EAB are triadic colors.