COLOR #667D99

HEX: #667D99
RGB: (102,125,153)

Renk bilgisi

#667D99 contains red, green and blue colors in about the same proportion. #667D99 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#667D99 color RGB value is (102,125,153).

  • kırmız ton 102;
  • yeşil ton 125;
  • mavi ton 153.
RGB:
(102,125,153)
(40%,49%,60%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 125 of 255 = 49%
B 153 of 255 = 60%

102
125
153

R + G + B ~ 50%. #667D99 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 125 + 153 = 380 (100%)
R 102 of 380 ~ 26.84%
G 125 of 380 ~ 32.89%
B 153 of 380 ~ 40.26%

%26.84
%32.89
%40.26

CMYK RENK MODELİ

#667D99 rengi CMYK tonu (33,18,0,40).

  • camgöbeği tonu 33.33%
  • eflatun tonu 18.30%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(33,18,0,40)
C33M18Y0K40 
(33%,18%,0%,40%)
(0.33/0.18/0.00/0.40)	

CMYK yüzdeleri

%33.33
%18.3
%0
%40

Codes

Color #667D99 in popluar color models

667D99
RGB102125153
HSL213°20.00%50.00%
HSB/HSV213°33.33%60.00%
CMYK33.33%18.30%0.00%
40.00%

Color #667D99 in popluar number systems.

HEX667D99
Decimal102125153
Binary1100110111110110011001
Octal146175231

Shades and tints

Shades of #667D99

#667D99
(102,125,153)
#5D728C
(93,114,140)
#54677F
(84,103,127)
#4B5C72
(75,92,114)
#425165
(66,81,101)
#394658
(57,70,88)
#303B4B
(48,59,75)
#27303E
(39,48,62)
#1E2531
(30,37,49)
#151A24
(21,26,36)
#0C0F17
(12,15,23)
#000000
(0,0,0)

Tints of #667D99

#667D99
(102,125,153)
#7388A2
(115,136,162)
#8093AB
(128,147,171)
#8D9EB4
(141,158,180)
#9AA9BD
(154,169,189)
#A7B4C6
(167,180,198)
#B4BFCF
(180,191,207)
#C1CAD8
(193,202,216)
#CED5E1
(206,213,225)
#DBE0EA
(219,224,234)
#E8EBF3
(232,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667D99 color. Also use rgb(102,125,153) instead hex code.

Text Font Color

.myTextColor { color: #667D99; }

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

This text font color is #667D99.


Background Color

.myBgColor { background-color: #667D99; }

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

This div background color is #667D99.


Border color

.myBorderColor { border: 1px solid #667D99; }

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

This div border color is #667D99.


Opacity

.myOpacity80 { color: #667D99; opacity: 0.8; }

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

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

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

This text has shadow with #667D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667D99 on black background.


Color preview on white background

This text has color #667D99 on white background.



Black color preview on #667D99 background

This text has black color on #667D99 background.


White color preview on #667D99 background

This text has white color on #667D99 background.