COLOR #C799BE

HEX: #C799BE RGB: (199,153,190)

Color info

#C799BE contains red, green and blue colors in about the same proportion. Web safe color of #C799BE is #CC99CC (or #C9C).

RGB color model

#C799BE color RGB value is (199,153,190).

RGB: (199,153,190) (78%, 60%, 75%)

RGB channels and saturation

R 199 of 255 = 78%
G 153 of 255 = 60%
B 190 of 255 = 75%

199
153
190

R + G + B ~ 71%. #C799BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 153 + 190 = 542 (100%)
R 199 of 542 ~ 36.72%
G 153 of 542 ~ 28.23%
B 190 of 542 ~ 35.06'%

%36.72
%28.23
%35.06

CMYK color model

#C799BE color CMYK value is (0,23,5,22).

  • cyan value is 0.00%
  • magenta value is 23.12%
  • yellow value is 4.52%
  • key color value is 21.96%
CMYK: (0,23,5,22) C0M23Y5K22 (0%,23%,5%,22%) (0.00/0.23/0.05/0.22) 

CMYK percentages

%0
%23.12
%4.52
%21.96

Codes

Color #C799BE in popluar color models

C7 99 BE
RGB 199 153 190
HSL 312° 29.11% 69.02%
HSB/HSV 312° 23.12% 78.04%
CMYK 0.00% 23.12% 4.52%
21.96%

Color #C799BE in popluar number systems.

HEX C7 99 BE
Decimal 199 153 190
Binary 11000111 10011001 10111110
Octal 307 231 276

Shades and tints

Shades of #C799BE

#C799BE
(199,153,190)
#B58CAD
(181,140,173)
#A37F9C
(163,127,156)
#91728B
(145,114,139)
#7F657A
(127,101,122)
#6D5869
(109,88,105)
#5B4B58
(91,75,88)
#493E47
(73,62,71)
#373136
(55,49,54)
#252425
(37,36,37)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #C799BE

#C799BE
(199,153,190)
#CCA2C3
(204,162,195)
#D1ABC8
(209,171,200)
#D6B4CD
(214,180,205)
#DBBDD2
(219,189,210)
#E0C6D7
(224,198,215)
#E5CFDC
(229,207,220)
#EAD8E1
(234,216,225)
#EFE1E6
(239,225,230)
#F4EAEB
(244,234,235)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C799BE color. Also use rgb(199,153,190) instead hex code.

Text Font Color

.myTextColor { color: #C799BE; }

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

This text font color is #C799BE.

Background Color

.myBgColor { background-color: #C799BE; }

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

This div background color is #C799BE.

Border color

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

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

This div border color is #C799BE.

Opacity

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

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

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

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

This text has shadow with #C799BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C799BE.

Preview

Color preview on black background

This text has color #C799BE on black background.


Color preview on white background

This text has color #C799BE on white background.


Black color preview on #C799BE background

This text has black color on #C799BE background.


White color preview on #C799BE background

This text has white color on #C799BE background.


Related colors

Complementary color

Complementary color for #hex is #386641.


I love getcolorcode.com

Triadic colors

1 #BEC799 and #99BEC7 with #C799BE are triadic colors.

2 #BE99C7 and #99C7BE with #C799BE are triadic colors.