COLOR #C994B8

HEX: #C994B8
RGB: (201,148,184)

Renk bilgisi

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

RGB renk modeli

#C994B8 color RGB value is (201,148,184).

  • kırmız ton 201;
  • yeşil ton 148;
  • mavi ton 184.
RGB:
(201,148,184)
(79%,58%,72%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 148 of 255 = 58%
B 184 of 255 = 72%

201
148
184

R + G + B ~ 70%. #C994B8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 148 + 184 = 533 (100%)
R 201 of 533 ~ 37.71%
G 148 of 533 ~ 27.77%
B 184 of 533 ~ 34.52%

%37.71
%27.77
%34.52

CMYK RENK MODELİ

#C994B8 rengi CMYK tonu (0,26,8,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.37%
  • sarı tonu 8.46%
  • ana renk tonu 21.18%
CMYK:
(0,26,8,21)
C0M26Y8K21 
(0%,26%,8%,21%)
(0.00/0.26/0.08/0.21)	

CMYK yüzdeleri

%0
%26.37
%8.46
%21.18

Codes

Color #C994B8 in popluar color models

C994B8
RGB201148184
HSL319°32.92%68.43%
HSB/HSV319°26.37%78.82%
CMYK0.00%26.37%8.46%
21.18%

Color #C994B8 in popluar number systems.

HEXC994B8
Decimal201148184
Binary110010011001010010111000
Octal311224270

Shades and tints

Shades of #C994B8

#C994B8
(201,148,184)
#B787A8
(183,135,168)
#A57A98
(165,122,152)
#936D88
(147,109,136)
#816078
(129,96,120)
#6F5368
(111,83,104)
#5D4658
(93,70,88)
#4B3948
(75,57,72)
#392C38
(57,44,56)
#271F28
(39,31,40)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #C994B8

#C994B8
(201,148,184)
#CD9DBE
(205,157,190)
#D1A6C4
(209,166,196)
#D5AFCA
(213,175,202)
#D9B8D0
(217,184,208)
#DDC1D6
(221,193,214)
#E1CADC
(225,202,220)
#E5D3E2
(229,211,226)
#E9DCE8
(233,220,232)
#EDE5EE
(237,229,238)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C994B8 color. Also use rgb(201,148,184) instead hex code.

Text Font Color

.myTextColor { color: #C994B8; }

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

This text font color is #C994B8.


Background Color

.myBgColor { background-color: #C994B8; }

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

This div background color is #C994B8.


Border color

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

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

This div border color is #C994B8.


Opacity

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

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

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

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

This text has shadow with #C994B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C994B8 on black background.


Color preview on white background

This text has color #C994B8 on white background.



Black color preview on #C994B8 background

This text has black color on #C994B8 background.


White color preview on #C994B8 background

This text has white color on #C994B8 background.