COLOR #C681AB

HEX: #C681AB RGB: (198,129,171)

Color info

#C681AB contains mainly red and blue colors. Web safe color of #C681AB is #CC9999 (or #C99).

RGB color model

#C681AB color RGB value is (198,129,171).

RGB: (198,129,171) (78%, 51%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 129 of 255 = 51%
B 171 of 255 = 67%

198
129
171

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

Portions of RGB colors in percentages

R + G + B = 198 + 129 + 171 = 498 (100%)
R 198 of 498 ~ 39.76%
G 129 of 498 ~ 25.9%
B 171 of 498 ~ 34.34'%

%39.76
%25.9
%34.34

CMYK color model

#C681AB color CMYK value is (0,35,14,22).

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

CMYK: (0,35,14,22)
C0M35Y14K22 (0%, 35%, 14%, 22%)
(0.00 / 0.35 / 0.14 / 0.22)

CMYK percentages

%0
%34.85
%13.64
%22.35

Codes

Color #C681AB in popluar color models

C6 81 AB
RGB 198 129 171
HSL 323° 37.70% 64.12%
HSB/HSV 323° 34.85% 77.65%
CMYK 0.00% 34.85% 13.64%
22.35%

Color #C681AB in popluar number systems.

HEX C6 81 AB
Decimal 198 129 171
Binary 11000110 10000001 10101011
Octal 306 201 253

Shades and tints

Shades of #C681AB

#C681AB
(198,129,171)
#B4769C
(180,118,156)
#A26B8D
(162,107,141)
#90607E
(144,96,126)
#7E556F
(126,85,111)
#6C4A60
(108,74,96)
#5A3F51
(90,63,81)
#483442
(72,52,66)
#362933
(54,41,51)
#241E24
(36,30,36)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #C681AB

#C681AB
(198,129,171)
#CB8CB2
(203,140,178)
#D097B9
(208,151,185)
#D5A2C0
(213,162,192)
#DAADC7
(218,173,199)
#DFB8CE
(223,184,206)
#E4C3D5
(228,195,213)
#E9CEDC
(233,206,220)
#EED9E3
(238,217,227)
#F3E4EA
(243,228,234)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C681AB; }

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

This text font color is #C681AB.

Background Color

.myBgColor { background-color: #C681AB; }

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

This div background color is #C681AB.

Border color

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

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

This div border color is #C681AB.

Opacity

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

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

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

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

This text has shadow with #C681AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C681AB.

Preview

Color preview on black background

This text has color #C681AB on black background.


Color preview on white background

This text has color #C681AB on white background.


Black color preview on #C681AB background

This text has black color on #C681AB background.


White color preview on #C681AB background

This text has white color on #C681AB background.


Related colors

Complementary color

Complementary color for #hex is #397E54.


I love getcolorcode.com

Triadic colors

1 #ABC681 and #81ABC6 with #C681AB are triadic colors.

2 #AB81C6 and #81C6AB with #C681AB are triadic colors.