COLOR #C68A9B

HEX: #C68A9B RGB: (198,138,155)

Color info

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

RGB color model

#C68A9B color RGB value is (198,138,155).

RGB: (198,138,155) (78%, 54%, 61%)

RGB channels and saturation

R 198 of 255 = 78%
G 138 of 255 = 54%
B 155 of 255 = 61%

198
138
155

R + G + B ~ 64%. #C68A9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 138 + 155 = 491 (100%)
R 198 of 491 ~ 40.33%
G 138 of 491 ~ 28.11%
B 155 of 491 ~ 31.57'%

%40.33
%28.11
%31.57

CMYK color model

#C68A9B color CMYK value is (0,30,22,22).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 21.72%
  • key color value is 22.35%

CMYK: (0,30,22,22)
C0M30Y22K22 (0%, 30%, 22%, 22%)
(0.00 / 0.30 / 0.22 / 0.22)

CMYK percentages

%0
%30.3
%21.72
%22.35

Codes

Color #C68A9B in popluar color models

C6 8A 9B
RGB 198 138 155
HSL 343° 34.48% 65.88%
HSB/HSV 343° 30.30% 77.65%
CMYK 0.00% 30.30% 21.72%
22.35%

Color #C68A9B in popluar number systems.

HEX C6 8A 9B
Decimal 198 138 155
Binary 11000110 10001010 10011011
Octal 306 212 233

Shades and tints

Shades of #C68A9B

#C68A9B
(198,138,155)
#B47E8D
(180,126,141)
#A2727F
(162,114,127)
#906671
(144,102,113)
#7E5A63
(126,90,99)
#6C4E55
(108,78,85)
#5A4247
(90,66,71)
#483639
(72,54,57)
#362A2B
(54,42,43)
#241E1D
(36,30,29)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #C68A9B

#C68A9B
(198,138,155)
#CB94A4
(203,148,164)
#D09EAD
(208,158,173)
#D5A8B6
(213,168,182)
#DAB2BF
(218,178,191)
#DFBCC8
(223,188,200)
#E4C6D1
(228,198,209)
#E9D0DA
(233,208,218)
#EEDAE3
(238,218,227)
#F3E4EC
(243,228,236)
#F8EEF5
(248,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68A9B color. Also use rgb(198,138,155) instead hex code.

Text Font Color

.myTextColor { color: #C68A9B; }

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

This text font color is #C68A9B.

Background Color

.myBgColor { background-color: #C68A9B; }

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

This div background color is #C68A9B.

Border color

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

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

This div border color is #C68A9B.

Opacity

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

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

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

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

This text has shadow with #C68A9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68A9B.

Preview

Color preview on black background

This text has color #C68A9B on black background.


Color preview on white background

This text has color #C68A9B on white background.


Black color preview on #C68A9B background

This text has black color on #C68A9B background.


White color preview on #C68A9B background

This text has white color on #C68A9B background.


Related colors

Complementary color

Complementary color for #hex is #397564.


I love getcolorcode.com

Triadic colors

1 #9BC68A and #8A9BC6 with #C68A9B are triadic colors.

2 #9B8AC6 and #8AC69B with #C68A9B are triadic colors.