COLOR #C5989B

HEX: #C5989B
RGB: (197,152,155)

Renk bilgisi

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

RGB renk modeli

#C5989B color RGB value is (197,152,155).

  • kırmız ton 197;
  • yeşil ton 152;
  • mavi ton 155.
RGB:
(197,152,155)
(77%,60%,61%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 152 of 255 = 60%
B 155 of 255 = 61%

197
152
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 152 + 155 = 504 (100%)
R 197 of 504 ~ 39.09%
G 152 of 504 ~ 30.16%
B 155 of 504 ~ 30.75%

%39.09
%30.16
%30.75

CMYK RENK MODELİ

#C5989B rengi CMYK tonu (0,23,21,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.84%
  • sarı tonu 21.32%
  • ana renk tonu 22.75%
CMYK:
(0,23,21,23)
C0M23Y21K23 
(0%,23%,21%,23%)
(0.00/0.23/0.21/0.23)	

CMYK yüzdeleri

%0
%22.84
%21.32
%22.75

Codes

Color #C5989B in popluar color models

C5989B
RGB197152155
HSL356°27.95%68.43%
HSB/HSV356°22.84%77.25%
CMYK0.00%22.84%21.32%
22.75%

Color #C5989B in popluar number systems.

HEXC5989B
Decimal197152155
Binary110001011001100010011011
Octal305230233

Shades and tints

Shades of #C5989B

#C5989B
(197,152,155)
#B48B8D
(180,139,141)
#A37E7F
(163,126,127)
#927171
(146,113,113)
#816463
(129,100,99)
#705755
(112,87,85)
#5F4A47
(95,74,71)
#4E3D39
(78,61,57)
#3D302B
(61,48,43)
#2C231D
(44,35,29)
#1B160F
(27,22,15)
#000000
(0,0,0)

Tints of #C5989B

#C5989B
(197,152,155)
#CAA1A4
(202,161,164)
#CFAAAD
(207,170,173)
#D4B3B6
(212,179,182)
#D9BCBF
(217,188,191)
#DEC5C8
(222,197,200)
#E3CED1
(227,206,209)
#E8D7DA
(232,215,218)
#EDE0E3
(237,224,227)
#F2E9EC
(242,233,236)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5989B color. Also use rgb(197,152,155) instead hex code.

Text Font Color

.myTextColor { color: #C5989B; }

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

This text font color is #C5989B.


Background Color

.myBgColor { background-color: #C5989B; }

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

This div background color is #C5989B.


Border color

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

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

This div border color is #C5989B.


Opacity

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

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

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

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

This text has shadow with #C5989B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5989B on black background.


Color preview on white background

This text has color #C5989B on white background.



Black color preview on #C5989B background

This text has black color on #C5989B background.


White color preview on #C5989B background

This text has white color on #C5989B background.