COLOR #C976B9

HEX: #C976B9
RGB: (201,118,185)

Renk bilgisi

#C976B9 contains mainly red and blue colors. #C976B9 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#C976B9 color RGB value is (201,118,185).

  • kırmız ton 201;
  • yeşil ton 118;
  • mavi ton 185.
RGB:
(201,118,185)
(79%,46%,73%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 118 of 255 = 46%
B 185 of 255 = 73%

201
118
185

R + G + B ~ 66%. #C976B9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 118 + 185 = 504 (100%)
R 201 of 504 ~ 39.88%
G 118 of 504 ~ 23.41%
B 185 of 504 ~ 36.71%

%39.88
%23.41
%36.71

CMYK RENK MODELİ

#C976B9 rengi CMYK tonu (0,41,8,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.29%
  • sarı tonu 7.96%
  • ana renk tonu 21.18%
CMYK:
(0,41,8,21)
C0M41Y8K21 
(0%,41%,8%,21%)
(0.00/0.41/0.08/0.21)	

CMYK yüzdeleri

%0
%41.29
%7.96
%21.18

Codes

Color #C976B9 in popluar color models

C976B9
RGB201118185
HSL312°43.46%62.55%
HSB/HSV312°41.29%78.82%
CMYK0.00%41.29%7.96%
21.18%

Color #C976B9 in popluar number systems.

HEXC976B9
Decimal201118185
Binary11001001111011010111001
Octal311166271

Shades and tints

Shades of #C976B9

#C976B9
(201,118,185)
#B76CA9
(183,108,169)
#A56299
(165,98,153)
#935889
(147,88,137)
#814E79
(129,78,121)
#6F4469
(111,68,105)
#5D3A59
(93,58,89)
#4B3049
(75,48,73)
#392639
(57,38,57)
#271C29
(39,28,41)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #C976B9

#C976B9
(201,118,185)
#CD82BF
(205,130,191)
#D18EC5
(209,142,197)
#D59ACB
(213,154,203)
#D9A6D1
(217,166,209)
#DDB2D7
(221,178,215)
#E1BEDD
(225,190,221)
#E5CAE3
(229,202,227)
#E9D6E9
(233,214,233)
#EDE2EF
(237,226,239)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C976B9 color. Also use rgb(201,118,185) instead hex code.

Text Font Color

.myTextColor { color: #C976B9; }

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

This text font color is #C976B9.


Background Color

.myBgColor { background-color: #C976B9; }

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

This div background color is #C976B9.


Border color

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

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

This div border color is #C976B9.


Opacity

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

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

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

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

This text has shadow with #C976B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C976B9 on black background.


Color preview on white background

This text has color #C976B9 on white background.



Black color preview on #C976B9 background

This text has black color on #C976B9 background.


White color preview on #C976B9 background

This text has white color on #C976B9 background.