COLOR #C599BE

HEX: #C599BE
RGB: (197,153,190)

Renk bilgisi

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

RGB renk modeli

#C599BE color RGB value is (197,153,190).

  • kırmız ton 197;
  • yeşil ton 153;
  • mavi ton 190.
RGB:
(197,153,190)
(77%,60%,75%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 153 of 255 = 60%
B 190 of 255 = 75%

197
153
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 153 + 190 = 540 (100%)
R 197 of 540 ~ 36.48%
G 153 of 540 ~ 28.33%
B 190 of 540 ~ 35.19%

%36.48
%28.33
%35.19

CMYK RENK MODELİ

#C599BE rengi CMYK tonu (0,22,4,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.34%
  • sarı tonu 3.55%
  • ana renk tonu 22.75%
CMYK:
(0,22,4,23)
C0M22Y4K23 
(0%,22%,4%,23%)
(0.00/0.22/0.04/0.23)	

CMYK yüzdeleri

%0
%22.34
%3.55
%22.75

Codes

Color #C599BE in popluar color models

C599BE
RGB197153190
HSL310°27.50%68.63%
HSB/HSV310°22.34%77.25%
CMYK0.00%22.34%3.55%
22.75%

Color #C599BE in popluar number systems.

HEXC599BE
Decimal197153190
Binary110001011001100110111110
Octal305231276

Shades and tints

Shades of #C599BE

#C599BE
(197,153,190)
#B48CAD
(180,140,173)
#A37F9C
(163,127,156)
#92728B
(146,114,139)
#81657A
(129,101,122)
#705869
(112,88,105)
#5F4B58
(95,75,88)
#4E3E47
(78,62,71)
#3D3136
(61,49,54)
#2C2425
(44,36,37)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #C599BE

#C599BE
(197,153,190)
#CAA2C3
(202,162,195)
#CFABC8
(207,171,200)
#D4B4CD
(212,180,205)
#D9BDD2
(217,189,210)
#DEC6D7
(222,198,215)
#E3CFDC
(227,207,220)
#E8D8E1
(232,216,225)
#EDE1E6
(237,225,230)
#F2EAEB
(242,234,235)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C599BE; }

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

This text font color is #C599BE.


Background Color

.myBgColor { background-color: #C599BE; }

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

This div background color is #C599BE.


Border color

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

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

This div border color is #C599BE.


Opacity

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

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

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

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

This text has shadow with #C599BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C599BE on black background.


Color preview on white background

This text has color #C599BE on white background.



Black color preview on #C599BE background

This text has black color on #C599BE background.


White color preview on #C599BE background

This text has white color on #C599BE background.