COLOR #C68F9B

HEX: #C68F9B RGB: (198,143,155)

Color info

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

RGB color model

#C68F9B color RGB value is (198,143,155).

RGB: (198,143,155) (78%, 56%, 61%)

RGB channels and saturation

R 198 of 255 = 78%
G 143 of 255 = 56%
B 155 of 255 = 61%

198
143
155

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

Portions of RGB colors in percentages

R + G + B = 198 + 143 + 155 = 496 (100%)
R 198 of 496 ~ 39.92%
G 143 of 496 ~ 28.83%
B 155 of 496 ~ 31.25'%

%39.92
%28.83
%31.25

CMYK color model

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

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

CMYK: (0,28,22,22)
C0M28Y22K22 (0%, 28%, 22%, 22%)
(0.00 / 0.28 / 0.22 / 0.22)

CMYK percentages

%0
%27.78
%21.72
%22.35

Codes

Color #C68F9B in popluar color models

C6 8F 9B
RGB 198 143 155
HSL 347° 32.54% 66.86%
HSB/HSV 347° 27.78% 77.65%
CMYK 0.00% 27.78% 21.72%
22.35%

Color #C68F9B in popluar number systems.

HEX C6 8F 9B
Decimal 198 143 155
Binary 11000110 10001111 10011011
Octal 306 217 233

Shades and tints

Shades of #C68F9B

#C68F9B
(198,143,155)
#B4828D
(180,130,141)
#A2757F
(162,117,127)
#906871
(144,104,113)
#7E5B63
(126,91,99)
#6C4E55
(108,78,85)
#5A4147
(90,65,71)
#483439
(72,52,57)
#36272B
(54,39,43)
#241A1D
(36,26,29)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #C68F9B

#C68F9B
(198,143,155)
#CB99A4
(203,153,164)
#D0A3AD
(208,163,173)
#D5ADB6
(213,173,182)
#DAB7BF
(218,183,191)
#DFC1C8
(223,193,200)
#E4CBD1
(228,203,209)
#E9D5DA
(233,213,218)
#EEDFE3
(238,223,227)
#F3E9EC
(243,233,236)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68F9B; }

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

This text font color is #C68F9B.

Background Color

.myBgColor { background-color: #C68F9B; }

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

This div background color is #C68F9B.

Border color

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

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

This div border color is #C68F9B.

Opacity

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

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

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

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

This text has shadow with #C68F9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68F9B.

Preview

Color preview on black background

This text has color #C68F9B on black background.


Color preview on white background

This text has color #C68F9B on white background.


Black color preview on #C68F9B background

This text has black color on #C68F9B background.


White color preview on #C68F9B background

This text has white color on #C68F9B background.


Related colors

Complementary color

Complementary color for #hex is #397064.


I love getcolorcode.com

Triadic colors

1 #9BC68F and #8F9BC6 with #C68F9B are triadic colors.

2 #9B8FC6 and #8FC69B with #C68F9B are triadic colors.