COLOR #C996A4

HEX: #C996A4
RGB: (201,150,164)

Renk bilgisi

#C996A4 contains red, green and blue colors in about the same proportion. #C996A4 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C996A4 color RGB value is (201,150,164).

  • kırmız ton 201;
  • yeşil ton 150;
  • mavi ton 164.
RGB:
(201,150,164)
(79%,59%,64%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 150 of 255 = 59%
B 164 of 255 = 64%

201
150
164

R + G + B ~ 67%. #C996A4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 150 + 164 = 515 (100%)
R 201 of 515 ~ 39.03%
G 150 of 515 ~ 29.13%
B 164 of 515 ~ 31.84%

%39.03
%29.13
%31.84

CMYK RENK MODELİ

#C996A4 rengi CMYK tonu (0,25,18,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.37%
  • sarı tonu 18.41%
  • ana renk tonu 21.18%
CMYK:
(0,25,18,21)
C0M25Y18K21 
(0%,25%,18%,21%)
(0.00/0.25/0.18/0.21)	

CMYK yüzdeleri

%0
%25.37
%18.41
%21.18

Codes

Color #C996A4 in popluar color models

C996A4
RGB201150164
HSL344°32.08%68.82%
HSB/HSV344°25.37%78.82%
CMYK0.00%25.37%18.41%
21.18%

Color #C996A4 in popluar number systems.

HEXC996A4
Decimal201150164
Binary110010011001011010100100
Octal311226244

Shades and tints

Shades of #C996A4

#C996A4
(201,150,164)
#B78996
(183,137,150)
#A57C88
(165,124,136)
#936F7A
(147,111,122)
#81626C
(129,98,108)
#6F555E
(111,85,94)
#5D4850
(93,72,80)
#4B3B42
(75,59,66)
#392E34
(57,46,52)
#272126
(39,33,38)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #C996A4

#C996A4
(201,150,164)
#CD9FAC
(205,159,172)
#D1A8B4
(209,168,180)
#D5B1BC
(213,177,188)
#D9BAC4
(217,186,196)
#DDC3CC
(221,195,204)
#E1CCD4
(225,204,212)
#E5D5DC
(229,213,220)
#E9DEE4
(233,222,228)
#EDE7EC
(237,231,236)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C996A4 color. Also use rgb(201,150,164) instead hex code.

Text Font Color

.myTextColor { color: #C996A4; }

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

This text font color is #C996A4.


Background Color

.myBgColor { background-color: #C996A4; }

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

This div background color is #C996A4.


Border color

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

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

This div border color is #C996A4.


Opacity

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

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

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

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

This text has shadow with #C996A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C996A4 on black background.


Color preview on white background

This text has color #C996A4 on white background.



Black color preview on #C996A4 background

This text has black color on #C996A4 background.


White color preview on #C996A4 background

This text has white color on #C996A4 background.